@charset "utf-8";
/*font*/
@font-face {font-family:"Cambria";src:url("../fonts/Cambria.ttc");font-weight:normal;font-style:normal;}
@font-face {font-family:"Cambriab";src:url("../fonts/Cambriab.ttf");font-weight:normal;font-style:normal;}
@font-face {font-family:"Poppins-Bold";src:url("../fonts/Poppins-Bold.ttf");font-weight:normal;font-style:normal;}
@font-face {font-family:"Poppins-SemiBold";src:url("../fonts/Poppins-SemiBold.ttf");font-weight:normal;font-style:normal;}
@font-face {font-family:"Poppins-Regular";src:url("../fonts/Poppins-Regular.ttf");font-weight:normal;font-style:normal;}
@font-face {font-family:"Poppins-Light";src:url("../fonts/Poppins-Light.ttf");font-weight:normal;font-style:normal;}
/*global style*/
ul,li,p,span,em,i,div,img,h1,h2,h3,h4,a,input,textarea,body{padding:0px;margin:0px;border:none;}
body{font:14px/1.5em "Poppins-Regular", Arial;color:#af9677;overflow-x:hidden;background:#f5f5f5;margin:0;}
body::-webkit-scrollbar{width:4px;background-color:#999;}
body::-webkit-scrollbar-thumb{width:4px;height:4px;border-radius:2px;background-color:#7a582e;}
table{border-collapse:collapse;}
em,i{font-style:normal;}
a{color:#af9677;text-decoration:none;cursor:pointer;outline:none;-webkit-tap-highlight-color:rgba(255,0,0,0);}
a:hover{color:#7a582e;}
ul,li{list-style:none;}
img{vertical-align:top;max-width:100%;height:auto;}
.clear{clear:both;font-size:0;line-height:0;height:0;overflow:hidden;}
.clearm:after{clear:both;display:block;height:0;visibility:hidden;content:"";}
.clearm{*zoom:1;}
input{outline:none;vertical-align:middle;font-family:"Poppins-Regular";}
textarea{resize:none;outline:none;overflow:hidden;font-family:"Poppins-Regular";}
input[type="submit"]{cursor:pointer;}
.text_overflow{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;}
p{line-height:25px;font-size:18px;}
h1{line-height:55px;margin-bottom:60px;font-size:45px;color:#7a582e;text-align:center;font-weight:normal;font-family:"Poppins-Regular";}
h2{line-height:45px;margin-bottom:60px;font-size:40px;color:#7a582e;text-align:center;font-weight:normal;font-family:"Poppins-Regular";}
h3{line-height:40px;margin-bottom:30px;font-size:30px;color:#7a582e;font-weight:normal;font-family:"Poppins-SemiBold";}
h4{font-size:14px;color:#7a582e;line-height:16px;font-weight:normal;font-family:"Poppins-SemiBold";}
/* backToTop */
.hidden{display:none;}
.bread{padding:0.65vw 0;line-height:1vw;background-color:#414549;color:#fff;font-size:0.73vw;}
.bread i{margin:0 0.5vw;}
.bread a,.bread span{color:#fff;}
.bread a:hover,.bread a:nth-last-child(1){color:#000;text-decoration:underline;}
