/*所有可以共通的样式都应该写在此文件中*/
/*************************************公共样式*********************************/
html,body,ul,li,dl,dt,dd,div,input,table,select,p,h1,h2,h3,h4,h5,h6,table,tr,th,td,button,p,a,img{padding:0px;margin:0px;box-sizing: border-box;}
a{text-decoration: none; -webkit-appearance:none;-webkit-tap-highlight-color: transparent;outline: 0px;}
a:focus{outline:none;text-decoration: none;}
a:link{text-decoration: none;}
a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
a:active{text-decoration: none;}
ul li{list-style: none;}
button,input{outline: 0px; appearance: none;}
body{font-size: 14px; background-color:#fff; font-style:normal; font-family: \5FAE\8F6F\96C5\9ED1,Arial, Helvetica, sans-serif;}
*{font-style:normal;}
table{width: 100%;}
textarea{resize: none;border: none;outline: none;}


.box{ width:1080px; margin:0 auto;}

.layui-flow-more {clear: both}
.layui-flow-more a cite {background-color: white !important;}

/*展区*/
.banner-but {width: 100%;height: 40px;opacity: 0.8; position: absolute;bottom: 0rem;background: rgba(177,49,15,0.8);}
.banner-but .banner-ico {float: left;width: 15px;height: 15px;background: url(../Images/Phone/ico-02.png) no-repeat;background-size: cover;margin:0px 13px; margin-top: 13px;}
.banner-but .marquee{width: 88%;height: auto;bottom: 0px;}
.banner-but #listAnnoun {display: inline-block;margin-left: 0.33rem;font-size: 16px;color: #fff;line-height: 0px; margin-top: 1.3em;}
/*作品详情页*/
.banner-but1 {width: 100%;height: 65px;bottom: 0rem;padding:15px 0px; text-align:center;}
.banner-but1 .banner-ico1 {float: left;width: 46px; height: 43px; background: url(../Images/works/icon-1.png) no-repeat; background-size: cover; margin-left: 10px;}
.banner-but1 .marquee{width: 83%;height: auto;bottom: 0px;}
.banner-but1 #listAnnoun {display: inline-block;margin-left: 0.33rem;font-size: 16px;color: #fff;line-height: 0px;margin-top: 1.3em;}


/*提示弹窗*/
/*遮罩层*/
.dialog{
    z-index: 9999;
    background-color: rgb(0, 0, 0);
    opacity: 0.8;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    _height: expression(document.body.offsetHeight+"px");
    position: fixed;
    _position: absolute;
    pointer-events: auto;
    display: none;
}
.ts-tc {background-color: #fff;width: 620px;border-radius: 10px;z-index: 10000;margin: 0 auto;position: fixed;top: 0px;left: 0px;right: 0px;padding-bottom: 25px;display: none;}
.ts-tc-title {background: url(../../Images/phone/lc-tc-title.png) no-repeat;background-size: 100% 100%;width: 100%;height: 70px;line-height: 70px;text-align: center;color: #fff;font-size: 20px;font-weight: bold;}
.ts-tc p {padding: 40px 0;font-size: 16px;text-align: center;}
.ts-tc p span {color: #fe4c25;}
.ts-tc .ts-btn {margin-top: 20px;text-align: center;}
.ts-tc .ts-btn a {display: inline-block;width: 210px;height: 50px;line-height: 50px;background-color: #f9e8e2;color: #c96f68;font-size: 18px;text-align: center;border-radius: 25px;letter-spacing: 2px;}
.ts-tc .ts-btn a.cur {display: inline-block;background: url(../../Images/phone/btn_2.png) no-repeat;background-size: 100% 100%;width: 210px;height: 50px;line-height: 50px;border-radius: 0;color: #fff;font-weight: bold;margin-left: 50px;}


@media (max-width: 768px){
    .ts-tc{background-color:#fff;width:92%;border-radius:10px;z-index:10000;margin:0 auto;position:fixed;top:0;left:0;right:0;padding-bottom:25px;display:none}
    .ts-tc-title{background:url(../../Images/phone/lc-tc-title.png) no-repeat;background-size:100% 100%;width:100%;height:55px;line-height:55px;text-align:center;color:#fff;font-size:18px;font-weight:bold}
    .ts-tc p{padding:40px 0;font-size:15px;text-align:center}
    .ts-tc p span{color:#fe4c25}
    .ts-tc .ts-btn{margin-top:20px;text-align:center}
    .ts-tc .ts-btn a{display:inline-block;width:46%;height:40px;line-height:40px;background-color:#f9e8e2;color:#c96f68;font-size:16px;text-align:center;border-radius:25px;letter-spacing:2px}
    .ts-tc .ts-btn a.cur{display:inline-block;background:url(../../Images/phone/btn_2.png) no-repeat;background-size:100% 100%;width:46%;height:40px;line-height:40px;border-radius:0;color:#fff;font-weight:bold;margin-left:5%}

    .box{ width:100%;margin:0 auto;}

}
