* {margin: 0;padding: 0;}
body, html {font-size: 16px;font-family: "微软雅黑", sans-serif;font-weight: 400;color: #323232;}
a:link, a:hover, a:active, a:visited {text-decoration: none;color: #323232;}
ul, ol {list-style-type: none;padding: 0;margin: 0;}
textarea, textarea:focus, input, input:focus, button, button:focus {outline: none;resize: inherit;}
h1, h2, h3, h4, h5, h6 {font-family:  "微软雅黑", "Poppins", sans-serif;font-weight: 700;font-style: normal;margin: 0;color: #000;line-height: 1.3;text-transform: uppercase;}

.figure-img{position: relative;width: 100%;height: 0;overflow: hidden;margin: 0;padding-bottom: 100%;background-position: center;background-repeat: no-repeat;background-size: cover;}
.figure-img a{display: block;position: absolute;width: 100%;top: 0;bottom: 0;}

.color-1{color: #D20317;}

.margin_left_5{margin-left:5px;}

.margin20{margin-bottom:20px;}
.margin_20{margin-top:20px;margin-bottom:20px;}
.margin_top_20{margin-top:20px;}
.margin_top_10{margin-top:10px;}

.margin_bottom_10{margin-bottom:10px;}

.padding_bottom_10{padding-bottom:10px;}
.padding_l_r_10{padding-top:10px;padding-bottom:10px;}

.border_top_1{border-top:1px #f7f7f7 solid;}
.border_top_10{border-top:10px #f7f7f7 solid;}
.border_bottom_10{border-bottom:10px #f7f7f7 solid;}
.line_through{text-decoration:line-through}



.wood-prompt-1{overflow: hidden; position: fixed; text-align: center; font-size: 16px; left: 20%; right: 20%; top:25%; border: 1px solid #dd524d;background-color: #dd524d; color: #fff; text-shadow: 0 1px 0 #b1413d; z-index: 999; line-height: 30px; border-radius: 5px;-webkit-box-shadow: 0 1px 6px #ccc; box-shadow: 0 1px 6px #ccc;animation: slider1 1s linear;}
@keyframes slider1 {
    0% {transform: scale(1.1);opacity:0;}
    10%{transform: scale(1);opacity:1;}
    80% {transform: scale(1);opacity:1;}
    100%{transform: scale(1.1);opacity:0;}
}











