.txt-center{
    text-align: center;
}
.txt-right{
    text-align: right;
}
.txt-left{
    text-align: left;
}
.boxshadows{
    box-shadow: 0 0 15px 0 #e2e7f3;
}
.templatePage{
    width: 100%;
}
.templatecon{
    width: 1200px;
    margin: 0 auto;
}
/*交易所模板*/
/*banner*/
.bannertem{
    width: 100%;
    height: 410px;
    background-repeat: no-repeat;
    background-position: center;
}
.bannerex{
    background-color: #0c0d22;
    background-image: url(../images/templateimg/extem/bg.png);
}
.bannertem .bannertxt{
    margin-left: 44px;
    padding-top: 90px;
}
.bannertem.adbgbner {
    background-image: url(../images/templateimg/coins/temsfbnr.png);
}
.bannertem .bannertxt h4{
    font-size: 50px;
    font-weight: 700;
    font-stretch: normal;
    line-height: 56px;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 0.9;
    margin-bottom: 20px;
}
.bannertem .bannertxt h4.adstyl {
    font-size: 36px;
    color: #fff;
    font-weight: normal;
    letter-spacing: 0px;
    opacity: 1;
    line-height:1;
}
.bannertem .bannertxt p{
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 0.6;
    margin-bottom: 50px;
}
.bannertem .bannertxt p.pstad {
    width: 400px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    opacity: 1;
    color: #ffffff;
    margin-bottom: 15px;
}
.bannertem .bannertxt .bannerbtn{}
.bannertem .bannertxt .bannerbtn a{
    display: block;
    width: 186px;
    height: 54px;
    background-image: linear-gradient(90deg, #4a79fd 0%,#1bb5ff 100%);
    /*background-image: linear-gradient(-90deg,#038679 0%,#0b786f 100%),linear-gradient(#3e4fcd,#3e4fcd);*/
    border-radius: 6px;
    line-height: 54px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
}
.bannertem .bannertxt .bannerbtn.adbnerstyl a {
    width: 200px;
    height: 48px;
    background-image: linear-gradient(103deg, #eeae1a 100%,#eeae1a 100%), linear-gradient( #ffffff, #ffffff);
    background-blend-mode: normal, normal;
    box-shadow: 0px 7px 19px 2px rgba(14, 5, 10, 0.2);
    border-radius: 24px;
    line-height: 48px;
}
.bannertem .bannerimg{
    padding: 32px 44px 0 0;
    position: relative;
}
.bannertem .bannerimg img{
    position: absolute;
    right: 0;
}

/*公用title*/
.templateTit{
    padding:60px 0 30px;
}
.templateTit h4{
    padding-bottom: 20px;
    font-weight:  normal;
    font-size: 36px;
    font-stretch: normal;
    line-height: 36px;
    color: #333333;
}
.templateTit .line{
    display: inline-block;
    width: 48px;
    height: 4px;
    background-color: #76849b;
    border-radius: 2px;
}
.templateTit .lineblue{
    background-color: #6ea8ef;
}
.templateTit .subtitle{font-size: 16px;color:#333;padding:18px 0 0;}
.templateTit .subtxt{font-size: 14px;color: #333333;padding:30px 0 50px;}
.templateTitw h4{color: #fff;}
.templateTitw .line{background: #fff;}
.templateTitw .subtitle{color:#fff;}
.templateTitw .subtitle1{color:#c7c7c7;}
.templateboxgray{
    background-color: #ecf0f8;
}
/*box1*/
.templatebox1{}
.temproductinfo{
    width: 1166px;
    margin: 0 auto 50px;
}
.temproductinfo p{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #333333;
    margin-bottom: 20px;
}
/*box2*/
.templatebox2{
    background-image: url(../images/templateimg/extem/temboxdotbg.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 560px;
}
.templateboxlist2{}
.templateboxlist2 ul{}
.templateboxlist2 li{
    width: 25%;
    float: left;
    padding-top: 10px;
}
.templateboxlist2 li .item{
    display: block;
    width: 285px;
    height: 350px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.templateboxlist2 li .item .pic{
    margin: 30px 0 38px;
}
.templateboxlist2 li .item .picnone{
    display: none;
    margin: 30px 0 38px;
}
.templateboxlist2 li .item .txt{
    width: 226px;
    margin: 0 auto;
    font-size: 16px;
}
.templateboxlist2 li .item .hideline{
    display:  none;
    position: absolute;
    bottom: 20px;
    width: 100%;
}
.templateboxlist2 li .item .hideline span{
    display: inline-block;
    width: 56px;
    height: 4px;
    background-color: #0fe3a4;
}
.templateboxlist2 li .item:hover{
    background-color: #ffffff;
    box-shadow: 0 0 15px 0 #d0dbf1;
}
.templateboxlist2 li .item:hover .pic{
    display: none;
}
.templateboxlist2 li .item:hover .picnone{
    display: block;
}
.templateboxlist2 li .item:hover .hideline{
    display: block;
}
.templateboxlist2 li .item:hover .hideline span{}
/*box3*/
.templateboxlist3{}
.templateboxlist3 ul{}
.templateboxlist3 li{
    width: 33.333%;
    margin-bottom: 20px;
}
.templateboxlist3 li .item{
    width: 352px;
    height: 400px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    display: block;
}
.templateboxlist3 li .item .pic{
    padding: 40px 0 30px;
}
.templateboxlist3 li .item h4{
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #333333;
    margin-bottom: 20px;
}
.templateboxlist3 li .item p{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #333333;
    opacity: 0.8;
    width: 256px;
    margin: 0 auto;
}
.templateboxlist3 li .item:hover{
    box-shadow: 0 0 15px 0 #ddd;
}
.templateboxlist3 li .item:hover h4{color: #54d7aa;}
.templateboxlist3 li .item:hover{}
/*box4*/
.templatebox4{
    background: #fff url("../images/templateimg/extem/serversbg.png") no-repeat top;
}
.templatelist4{
    padding-top: 50px;
}
/*box5*/
.templatelist5 ul{
    height: 520px;
    margin: 0px 0 50px;
}
.templatelist5 ul li{
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    color: #fff;
    width: 357px;
    height: 216px;
    padding: 36px;
}
.templatelist5 ul li h4{
    font-size: 18px;
    margin: 26px 40px 16px;
}.templatelist5 ul li p{
     line-height: 26px;
     font-size: 14px;
     padding: 0 50px;
 }
.templatelist5 ul li .line{
    padding: 10px 0;
}
.templatelist5 ul li .btline{
    bottom: 10px;
    right: 10px;
}
.templatelist5 ul li .line span{
    display: inline-block;
    width: 20px;
    height: 4px;
    background-color: #fff;
}
.templatelist5 ul li.yslistbg1{
    background-image: url(../images/chain/mortgage/ewalletys1.png);
    top:0;
}.templatelist5 ul li.yslistbg2{
     background-image: url(../images/chain/mortgage/ewalletys2.png);
     top:0;
     left:414px;
 }.templatelist5 ul li.yslistbg3{
       background-image: url(../images/chain/mortgage/ewalletys3.png);
       top:0;
       left:826px;
  }.templatelist5 ul li.yslistbg4{
          background-image: url(../images/chain/mortgage/ewalletys4.png);
          top:272px;
          left:180px;
   }.templatelist5 ul li.yslistbg5{
              background-image: url(../images/chain/mortgage/ewalletys5.png);
              top:272px;
              right:170px;
    }
/*box6*/
.templatebox6{
    background: url(../images/templateimg/extem/sysafebg.png) no-repeat center;
    height: 500px;
}
.templatelist6 .prosafeList{
    box-shadow: 2px 2px 16px 4px #b9caec;
    margin: 10px auto 30px;
    overflow: hidden;
}
.templatelist6 .prosafeList li{
    float: left;
    width: 240px;
    height: 294px;
    background-color: #ffffff;
}
.templatelist6 .prosafeList li:last-child .item{
    margin-left: 10px;
}
.templatelist6 .prosafeList li .item{
    display: block;
    height: 294px;
    width: 232px;
    overflow: hidden;
}
.templatelist6 .prosafeList li .border{
    border-right:1px solid #ecf0f8;
}
.templatelist6 .prosafeList li .picbox{
    margin-top: 30px;
}
.templatelist6 .prosafeList li h4{
    padding: 20px 0;
    font-size: 16px;
    color: #2f434c;
}
.templatelist6 .prosafeList li p{
    margin: 0 auto;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    color: #4e5e66;
}
.templatelist6 .prosafeList li .item:hover{
     display: block;
}
.templatelist6 .prosafeList li .item:hover h4{
    color: #4d98f4;
}

/*区块链模板页面*/
.bannerchain{
    background-image: url(../images/templateimg/chain/bg.png);
}
.templateTit .linechain{
    background-color: #376dea;
}
.templateboxgrayc{
    background-color: #ecf0f8;
    overflow: hidden;
    clear: both;
}
/*box1*/
.templatebox7{}
.templateboxlist7{}
.templateboxlist7 li{
    width: 25%;
    float: left;
}
.templateboxlist7 li .item{
    width: 278px;
    height: 392px;
    background-color: #f4f6fb;
    display: block;
    margin:0 auto;
    cursor: pointer;
}
.templateboxlist7 li:nth-child(4n-3){
    float: left;
}
.templateboxlist7 li:nth-child(4n){
    float: right;
}
.templateboxlist7 li .item .pic{}
.templateboxlist7 li .item .picico{
    width: 100%;
    text-align: center;
    top: 100px;
}
.templateboxlist7 li .item .txt{
    width: 240px;
    height: 128px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #333333;
    padding-top: 70px;
    margin: 0 auto;
}
.templateboxlist7 li .item .picarrow{
    display: none;
    bottom: 0;
    right: 0;
}
.templateboxlist7 li .item:hover .picarrow{
    display: block;
}
.templateboxlist8 li .item{
    width: 362px;
    height: 380px;
}
.templateboxlist7 li .item:hover{
    box-shadow: 2px 2px 16px 4px #ddd;
}
.templateboxlist8 li .item:hover h4{
    color: #2588f1;
}
.templateboxlist8 li .item .picnone{
    display: none;
    padding: 40px 0 30px;
}
.templateboxlist8 li .item:hover .pic{
    display: none;
}
.templateboxlist8 li .item:hover .picnone{
    display: block;
}
.templateboxapi{
    background: url("../images/templateimg/chain/apibg.jpg") no-repeat top center;
    height: 640px;
}
.templatelist9 ul{
    height: 520px;
    margin: 30px 0 50px;
}
.templatelist9 ul li{
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    width: 334px;
    height: 190px;
    overflow: hidden;
    color: #fff;
    padding: 20px 20px 20px 20px;
}
.templatelist9 ul li h4{
    font-size: 20px;
}.templatelist9 ul li p{
     font-size: 16px;
     line-height: 26px;
 }
.templatelist9 ul li .line{
    padding: 10px 0;
}
.templatelist9 ul li .btline{
    bottom: 10px;
    right: 10px;
}
.templatelist9 ul li .line span{
    display: inline-block;
    width: 20px;
    height: 4px;
    background-color: #fff;
}
.templatelist9 ul li.yslistbg1{
    background-image: url(../images/voucher/ewalletys1.png);
    top:0;
}.templatelist9 ul li.yslistbg2{
     background-image: url(../images/voucher/ewalletys2.png);
     top:0;
     left:414px;
 }.templatelist9 ul li.yslistbg3{
      background-image: url(../images/voucher/ewalletys3.png);
      top:0;
      left:826px;
  }.templatelist9 ul li.yslistbg4{
       background-image: url(../images/voucher/ewalletys4.png);
       top:272px;
       left:206px;
   }.templatelist9 ul li.yslistbg5{
        background-image: url(../images/voucher/ewalletys5.png);
        top:272px;
        right:206px;
    }
.templatebox10{
    background-image: url(../images/templateimg/chain/sysafebgs.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 520px;
}
.templatelist10 .prosafeList{}
.templatelist10 .prosafeList li{
    float: left;
    margin-top: 20px;
    width: 220px;
    height: 294px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 2px 2px 16px 4px #e9f3f3;
    margin-right: 20px;
}
.templatelist10 .prosafeList li .last{
    margin-right: 0;
}
.templatelist10 .prosafeList li .picbox{
    margin-top: 30px;
}
.templatelist10 .prosafeList li h4{
    padding: 20px 0;
    font-size: 16px;
    color: #2f434c;
}
.templatelist10 .prosafeList li p{
    margin: 0 auto;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    color: #4e5e66;
}
/*数币模板页*/    
.bannercoin{
    background-image: url(../images/templateimg/coins/bg.png);
}
.bannercoin .bannerimg{
    padding: 0px 44px 0 0;
}
.templateTit .linecoin{
    background-color: #6ea8ef;
}
.temlatecoinbox1{
    background: #fff url("../images/templateimg/coins/coinsbox1bg.png") no-repeat top center;
    overflow: hidden;
    padding: 0 0 10px;
}
.temproductinfoCoin{
    width: 1200px;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 4px;
}
.temcoinlist1{
    padding: 50px;
}
.temcoinlist1 p{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #333333;
    margin-bottom: 20px;
}
/*box2*/
.temlatecoinlist2{}
.temlatecoinlist2 ul{}
.temlatecoinlist2 li{
    float: left;
    width: 50%;
    margin-bottom: 20px;
}
.temlatecoinlist2 li .item{
    width: 590px;
    height: 166px;
    background-color: #ffffff;
    border: solid 1px #e0e4ea;
    display: block;
}
.temlatecoinlist2 li .item .pic{
    float: left;
    width: 156px;
    height: 166px;
    border-left: 3px solid transparent;

}
.temlatecoinlist2 li .item .pic img{
    margin-top: 35px;
}
.temlatecoinlist2 li .item .txt{
    float: left;
    width: 368px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
   marign-left: 30px;
    padding-top: 50px;
}
.temlatecoinlist2 li .item:hover{
    box-shadow: 2px 2px 16px 4px #dfe7f7;
}
.temlatecoinlist2 li .item:hover .pic{
    border-color: #4f94e7;
}
.temlatecoinbox3{
    background: url("../images/templateimg/coins/coinsdotbg.png") no-repeat center;
}
.temlatecoinlist3{overflow: hidden;padding-bottom: 50px;}
.temlatecoinlist3 li{text-align:center;float:left;margin-right: 20px;width: 285px; height: 340px;}
.temlatecoinlist3 li a{display:block;height: 340px;background:#f8fbff;-webkit-box-shadow:0 0 30px #e6eefe;-moz-box-shadow:0 0 30px #e6eefe;  box-shadow:0 0 30px #e6eefe;}
.temlatecoinlist3 li .numpic{height: 100px;padding: 50px 0 10px;}
.temlatecoinlist3 li .numpic img{width: auto;}
.temlatecoinlist3 li .content{padding: 0 25px;}
.temlatecoinlist3 li .bigTit{color:#333;font-size: 18px;padding-bottom:20px;}
.temlatecoinlist3 li .smltxt{color:#666;font-size: 13px;line-height:24px; text-align: left;}
.temlatecoinlist3 li.last{margin-right:0; }
.temlatecoinlist3 li a:hover .bigTit{	color: #4d98f4;}

.ShouYe_1 {
    width: 1200px !important;
    margin: 0 auto;
}
.Jianjie{
    width: 100%;
    min-width: 1200px;
    background: #F2F2FA;
    background: url("../images/templateimg/coins/newaddimg/banner.png")no-repeat;
    background-color: #F2F2FA;
    background-size: 100%;
}
.JianJie1>h1{
    margin-left: 40px;
    margin-top: 147px;
    display: inline-block;
    font-size: 48px;
    color: #fff;
}
.JianJie1 h5{
    margin-left: 40px;
    margin-top: 20px;
    color: #FFFFFF;
    font-weight: normal;
    font-size: 16px;
}
.JianJie1 .lijizixun {
    display: inline-block;
    width: 200px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    border-radius: 20px 20px;
    background-color: #EEAE1A;
    color: #fff;
    margin-left: 40px;
    margin-top: 30px;
}
.jie{
    /*width:93%;*/
    position: relative;
    height: 405px;
    margin: 115px auto 0;
    background-color: #FFFFFF;
    border-radius: 10px;
    text-align: center;
    box-shadow:0px 0px 7px #888888;
}
.jie>p{
    text-align: left;
    font-size: 16px;
    width: 90%;
    line-height: 2;
    margin: 0 auto;
}

.jie>p>span{
    color:#4187f2;
}
.jie>h1 {
    font-size: 80px;
    color: #dadada;
    opacity: 0.1;
}
.jie>h2{
    font-size: 30px;
    margin:-80px 0 30px;
    /* display: inline-block;*/
    font-weight: normal;
}
.jie>span{
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    display: inline-block;
    box-shadow:0px 0px 7px   #888888;
}
.jie>span>img{
    margin-top: 10px;
}
.JianJie2{
    width: 1200px;
    margin: 30px auto;
    height: 950px;
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 55px;
    box-sizing: border-box;
}
.JianJie2 img {
    flex: 1;
}
.h2tit {
    font-weight: normal;
    font-size: 20px;
    line-height: 22px;
}
/*.JianJie2>li{*/
    /*float: left;*/
    /*margin-top: 30px;*/
    /*width: 30%;*/

/*}*/
/*.JianJie2>li>img{*/
    /*width:100%;*/
/*}*/
.teSe{
    width: 1200px;
    background: #fff;
    margin: 0 auto;
}
.teSe h1{
    text-align: center;
    height: 100px;
    font-size: 80px;
    line-height: 100px;
    color: #FBFBFB;
    font-weight: normal;
    letter-spacing: 0px;
}
.waKuang{
    position: relative;
    margin-top: 60px;
    overflow: hidden;
    min-width: 1200px;
}
.wakuang1>h1,
.quYu1>h1{
    text-align: center;
    font-size: 80px;
    color: #FBFBFB;
    margin: 0 auto;
    font-weight: normal;
    letter-spacing: 0px;
}
.wakconbox {
    width:1200px;
    margin:0 auto;
}
.teSe1{
    width:1200px;
    /*height: 500px;*/
    margin: 0 auto;
    background: #fff;
}
.teSe1>h2{
    height: 80px;
    background: #fff;
    text-align: center;
    font-size: 36px;
    margin-top: -60px;
    margin-bottom: 50px;
    font-weight: normal;
}
.teSe1>h2>span,
.jie>h2>span{
    display: block;
    width: 48px;
    height: 6px;
    background: #4384EE;
    margin: 20px auto;
    border-radius: 5px;
}
.teSe1>ul{
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
}
.teSe1>ul>li{
    width: 360px;
    height: 396px;
    background-image: linear-gradient(
            #fafafa,
            #fafafa),
    linear-gradient(
            #ffffff,
            #ffffff);
    background-blend-mode: normal,
    normal;
    box-shadow: 0px 5px 29px 0px
    rgba(0, 0, 0, 0.1);
    border-radius: 30px;
}
.top{
    padding: 0 35px;
    margin: 55px auto 0;
    height: 114px;
}
.left{
    float:left;
}
.top>h3{
    display: inline-block;
    text-align: center;
    line-height: 90px;
    font-size: 20px;
    margin-left: 30px;
    font-weight: normal;
    color: #333;
}
.bottom{
    margin: 20px 35px;
    text-align: left;
    font-size: 18px;
    line-height: 1.5;
}
.yuan{
    position: absolute;
    right: -160px;
    width: 300px;
}
.yuan1{
    position: absolute;
    top: 36%;
    left: -160px;
}
.yuan2{
    width: 150px;
    margin-top: 110%;
    position: absolute;
    /*    display: inline-block;*/
    left: --50px;
    left: 92%;
}
.xiao{
    width: 75px;
    position: absolute;
    right: 7px;
    top: 324px;
    display: inline-block;
}
.xiao1{
    position: absolute;
    right: 7px;
    top: 324px;
    width: 75px;
    left: 100px;
    top: 55%;
}
.wakuang1{
}
.wakuang1>h2{
    text-align: center;
    margin-top: -80px;
    font-size: 36px;
    font-weight: normal;
}
.wakuang1>h2>span,
.quYu1>h2>span{
    display: block;
    width: 48px;
    height: 6px;
    background: #4384EE;
    margin: 20px auto;
    border-radius: 5px;
    position: relative;
    z-index: 2;
}
.waLeft{
    clear: both;
    width: 45%;
    margin-left: 3%;
    margin-top: 15%;
    display: inline-block;
    float: left;
}
.waLeft2>h2>span{
    width: 6px;
    height: 25px;
    background: #4384EE;
    display: inline-block;
    margin-right: 5px;
    margin-top: -4px;
    vertical-align: middle;
}
.waLeft2>p{
    margin-top: 20px;
    line-height: 1.8;
    font-size: 18px;
    width: 100%;
}
.waLeft2>p>span{
    color: #ffa13c;
}
.waRight{
    float:right;
    width: 40%;
    /*margin-left: 3%;*/
    margin-top: 0%;
    display: inline-block;
}
.quYu{
    margin-top: 50px;
    overflow: hidden;
    min-width: 1200px;
}
.shopbox {
    height: 960px;
    background: url(../images/templateimg/coins/newaddimg/quyubg.jpg) no-repeat;
}
.shopct {

    width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.fstrct {
    margin: 0 auto;
    text-align: center;
}
.fbgimg {
    text-align: center;
}
.shopct h2,
.fstrct h2,
.xijtbox h2,
.jushutit h2 {
    margin-top: -70px;
    margin-bottom: 80px;
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
}
.shopct h2 span,
.fstrct h2 span,
.xijtbox span,
.jushutit h2 span {
    display: block;
    width: 48px;
    height: 6px;
    background: #4384EE;
    margin: 20px auto;
    border-radius: 5px;
    position: relative;
    z-index: 2;
}
.shopct h1,
.fstrct h1,
.xijtbox h1 {
    margin-top: 40px;
    font-size: 80px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #dadada;
    opacity: 0.1;
}
.fstrbox {
    height: 1448px;
    background: url('../images/templateimg/coins/newaddimg/fstrbg.png') no-repeat;
    background-size: 100% 100%;
}
.xijtbox {
    margin-top: -420px;
}
.xijtbox h2,
.fstrct h2 {
    position:relative;
}
.xijtbox .certifycon .swiper-slide-next img,
.xijtbox .certifycon .swiper-slide-prev img {
    background: #fff !important;
}
.xijtbox .certifycons .swiper-slide {
    height:auto;
    width: 380px;
}
.xijtbox h2 i,
.fstrct h2 i {
    display: inline-block;
    width: 347px;
    height: 180px;
    background: url('../images/templateimg/coins/newaddimg/titbg.png') no-repeat;
    position: absolute;
    top: -60px;
    left: 50%;
    margin-left: -173px;
    z-index: -1;
}
.textcenter {
    text-align: center;
}
.quyucontbg {
    height: 862px;
    background: #eef2fd;
    text-align: center;
    padding-top: 50px;
    box-sizing: border-box;
}
.quYu1>h2{
    text-align: center;
    margin: 0 auto;
    width: 50%;
    font-size: 36px;
    margin-top: -80px;
    margin-bottom: 80px;
    font-weight: normal;
}
.jishu {
    margin-top: 90px;
    margin-bottom: -25px;
    padding-bottom: 50px;
    background: url('../images/templateimg/coins/newaddimg/jgbgbtm.png') no-repeat center bottom;
}
.jushutit {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}
/* 新版区块链社交APP系统 */
.w1200nc {
    width: 1200px;
    margin: 0 auto;
}
.atit {
    position: relative;
    padding: 45px 0 60px 0;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #333;
}
.atit span {
    display: inline-block;
    height: 48px;
    position: relative;
    padding: 0 22px;
    background: #fff;
    z-index: 2;
}
.atit span::after,
.atit span::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 8px;
    background-color: #dddddd;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -3px;
}
.atit span::before {
    left: 0px;
}
.atit span::after {
    right: 0px;
}
.atit .tiline {
    position: absolute;
    top: 70px;
    left: 0;
    display: inline-block;
    width: 100%;
    height:1px;
    background-color: #dddddd;
}
.prdjscot p {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}
.activitycot {
    height: 899px;
    background-color: #f6f6f6;
}
.activitycot .atit span {
    background-color: #f6f6f6;
}
.activitycot li {
    position: relative;
    float: left;
    width:576px;
    height: 126px;
    box-sizing: border-box;

    margin-top: 20px;
    margin-bottom: 20px;
    background-image: linear-gradient(#ffffff,#ffffff),linear-gradient(#ffffff,#ffffff);
    box-shadow: 0px 2px 20px 0px rgba(221, 221, 221, 0.75);
}
.activitycot li:nth-of-type(odd) {
    padding: 20px 30px 26px 136px;
    margin-right: 14px;
}
.activitycot li:nth-of-type(even) {
    padding: 20px 136px 26px 30px;
    margin-left: 14px;
}
.activitycot li i {
    display: inline-block;
    width: 81px;
    height: 151px;
    background: url('../images/templateimg/chain/actvoicn.png') no-repeat;
    position: absolute;
    top: -10px;
}
.activitycot li:nth-of-type(odd) i {
    left: 30px;
}
.activitycot li:nth-of-type(even) i {
    right: 30px;
}
.activitycot li i.actvic1 {
    background-position: right 0;
}
.activitycot li i.actvic2 {
    background-position: 0 top;
}
.activitycot li i.actvic3 {
    background-position: 0 -170px;
}
.activitycot li i.actvic4 {
    background-position: right -170px;
}
.activitycot li i.actvic5 {
    background-position: 0 -346px;
}
.activitycot li i.actvic6 {
    background-position: right -346px;
}
.activitycot li i.actvic7 {
    background-position: 0 bottom;
}
.activitycot li i.actvic8 {
    background-position: right bottom;
}
.activitycot li h6 {
    margin: 0 0 10px 0;
    font-size: 20px;
    color: #333;
}
.activitycot li p {
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}
.extfucot {
    padding-top: 20px;
    height: 460px;
    box-sizing: border-box;
}
.extfucot li {
    width: 25%;
    float: left;
    text-align: center;
}
.extfucot li .extimgbx {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 136px;
}
.extfucot li i {
    display: inline-block;
    width: 150px;
    background: url('../images/templateimg/chain/extfuicn.png') no-repeat;
}
.extfucot li i.extfnic1 {
    height: 135px;
}
.extfucot li i.extfnic2 {
    height: 122px;
    background-position: 0 -175px;
}
.extfucot li i.extfnic3 {
    height: 136px;
    background-position: 0 -339px;
}
.extfucot li i.extfnic4 {
    height: 124px;
    background-position: 0 bottom;
}
.extfucot li h5 {
    font-size: 24px;
    line-height: 58px;
    color: #333333;
}
.extfucot li p {
    width: 208px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}
.valofsycot {
    width: 100%;
    height: 683px;
    padding-top: 25px;
    box-sizing: border-box;
    background-color: #f6f6f6;
}
.valofsycot .atit span {
    background-color: #f6f6f6;
}
.valofsycot .pdesc {
    padding-top: 30px;
    font-size: 16px;
    font-weight: normal;
    color: #333;
}
.valofsycot ul {
    display: flex;
    justify-content: space-between;
    padding-top: 62px;
}
.valofsycot ul li {
    position: relative;
    width: 314px;
    height: 347px;
    padding: 0 20px;
    box-sizing: border-box;
    background-color: #ffffff;
    box-shadow: 0px 7px 19px 2px rgba(14, 5, 10, 0.04);
    border-radius: 10px;
    color: #333333;
}
.valofsycot ul li .imgct {
    display: inline-block;
    width: 94px;
    height: 94px;
    text-align: center;
    margin-top: -62px;
    margin-left: 110px;
    background: #fff;
    border-radius: 50%;
}
.valofsycot ul li i {
    display: inline-block;
    margin-top: 18px;
    width: 59px;
    height: 58px;
    background: url('../images/templateimg/chain/valofsicn.png') no-repeat;
}
.valofsycot ul li i.icti2 {
    background-position: 0 -66px;
}
.valofsycot ul li i.icti3 {
    background-position: 0 -132px;
}
.valofsycot ul li i.addicn,
.valofsycot ul li i.dyicn {
    position: absolute;
    top: 50%;
    right: -94px;
    margin-top: -30px;
}
.valofsycot ul li i.addicn {
    background-position: 0 -205px;
}
.valofsycot ul li i.dyicn {
    background-position: 0 bottom;
}
.valofsycot ul li dt {
    padding: 5px 0 10px;
    font-size: 18px;
    font-weight: normal;
}
.valofsycot ul li dt span {
    font-size: 24px;
}
.valofsycot ul li dt em {
    font-size: 26px;
    margin-right: 4px;
}
.valofsycot ul li dd {
    line-height: 36px;
    font-size: 16px;
}
.manypicot .manypibg {
    position: relative;
    width: 1200px;
    height: 534px;
    background: url('../images/templateimg/chain/manypibg.jpg') no-repeat;
}
.manypibg > div {
    position: absolute;
    color: #1b1b1b;
}
.manypibg > div h6 {
    margin: 0;
    font-size: 24px;
}
.manypibg > div p {
    font-size: 16px;
    line-height: 24px;
}
.manypibg .mpitm1 {
    top: 50px;
    left: 22px;
    text-align: right;
}
.manypibg .mpitm2 {
    text-align: left;
    top: 78px;
    right: 40px;
}
.manypibg .mpitm3 {
    text-align: right;
    top: 252px;
    left: 50px;
}
.manypibg .mpitm4 {
    text-align: left;
    top: 330px;
    right: 22px;
}
.combincot {
    box-sizing: border-box;
    height: 683px;
    padding-top: 30px;
    background-color: #f6f6f6;
}
.combincot .atit span {
    background-color: #f6f6f6;
}
.conbibg {
    height: 393px;
    background: url('../images/templateimg/chain/combinbg.png') no-repeat;
}
.opflowcot {
    padding: 30px 0 60px;
}
.opflowbg {
    height: 526px;
    background: url('../images/templateimg/chain/opflowbg.png') no-repeat top center;
}
.apscencot {
    height: 890px;
    background: url('../images/templateimg/chain/apscencot.jpg') no-repeat top center;
}
.apscencot .atit {
    padding-bottom: 50px;
}
.apscencot .atit span {
    color: #ffffff;
    background-color: #2d4d56;
}
.apscencot .atit .pdesc {
    padding-top: 10px;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
}
.apscenbg {
    height: 620px;
    background: url('../images/templateimg/chain/mfkcbg.png') no-repeat top center;
}
.apscenbg > div {
    width:50%;
    height: 320px;
    float: left;
    box-sizing: border-box;
}
.apscenbg .lfdv {
    padding: 10px 0 0 30px;
}
.apscenbg .rtdv {
    padding: 10px 0 0 165px;
}
.apscenbg h6 {
    margin: 0;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #a0dfe0;
    line-height: 1;
}
.apscenbg h6 span {
    font-size: 79px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 1px;
    color: #a0dfe0;
}
.apscenbg p {
    font-size: 16px;
    color: #ffffff;
    line-height: 28px;
}
.prdhecot {
    padding: 30px 0 30px 0;
}
.prdhebg {
    height: 605px;
    background: url('../images/templateimg/chain/prdhecot.jpg') no-repeat top center;
}
.chatsmpbg {
    height: 488px;
    background: url('../images/templateimg/chain/chatsmpbg.jpg') no-repeat top center;
}
.frdsexbg {
    height: 523px;
    background: url('../images/templateimg/chain/frdsexbg.jpg') no-repeat top center;
}
.psctscot {
    padding-bottom: 90px;
}
.psctsbg {
    height: 565px;
    background: url('../images/templateimg/chain/psctsbg.jpg') no-repeat top center;
}
.syfetcot {
    height: 745px;
    background-color: #ecf0f8;
}
.syfetcot .atit {
    padding-bottom: 50px;
}
.syfetcot .atit span {
    background-color: #ecf0f8;
}
.syfetbg  li {
    position: relative;
    float: left;
    margin-bottom: 20px;
    width: 590px;
    height: 166px;
    box-sizing: border-box;
    padding: 30px 0 0 160px;
    background-color: #ffffff;
    border: solid 1px #e0e4ea;
}
.syfetbg  li:nth-of-type(odd) {
    margin-right: 8px;
}
.syfetbg  li:nth-of-type(even) {
    margin-left: 8px;
}
.syfetbg  li i {
    position: absolute;
    top: 35px;
    left: 40px;
    display: inline-block;
    width: 96px;
    height: 96px;
    background: url('../images/templateimg/chain/syfeticn.png') no-repeat;
}
.syfetbg  li i.sfic2 {
    background-position: 0 -116px;
}
.syfetbg  li i.sfic3 {
    background-position: 0 -238px;
}
.syfetbg  li i.sfic4 {
    background-position: 0 -359px;
}
.syfetbg  li i.sfic5 {
    background-position: 0 -478px;
}
.syfetbg  li i.sfic6 {
    background-position: 0 bottom;
}
.syfetbg  li h6 {
    margin-bottom: 10px;
    margin: 0;
    font-size: 24px;
    color: #07a595;
}
.syfetbg  li p {
    width: 370px;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}
.usersrtbg ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.usersrtbg li {
    text-align:center;
    margin-bottom: 20px;
    width: 362px;
    height: 313px;
    background-color: #fff;
}
.urimgbx {
    margin: 0 auto;
    margin-top: 40px;
    width: 116px;
    height: 118px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.usersrtbg li i {
    display: inline-block;
    width: 116px;
    background: url('../images/templateimg/chain/usersric.png') no-repeat;
}
.usersrtbg li i.usersr1 {
    height: 102px;
    background-position: 0 0;
}
.usersrtbg li i.usersr2 {
    height: 108px;
    background-position: 0 -130px;
}
.usersrtbg li i.usersr3 {
    height: 117px;
    background-position: 0 -260px;
}
.usersrtbg li i.usersr4 {
    height: 119px;
    background-position: 0 -390px;
}
.usersrtbg li i.usersr5 {
    height: 106px;
    background-position: 0 -520px;
}
.usersrtbg li i.usersr6 {
    height: 104px;
    background-position: 0 bottom;
}
.usersrtbg h5 {
    padding: 20px 0 30px;
    font-size: 24px;
    color: #1e9d97;
}
.usersrtcot {
    padding-bottom: 40px;
}
.usersrtbg p {
    margin: 0 auto;
    width: 318px;
    font-size: 16px;
    line-height: 24px;
    color: #212121;
}
.usersrtbg li:hover {
    box-shadow: 0px 2px 20px 0px rgba(86, 130, 212, 0.55);
}
.svsptcot {
    margin-bottom: 50px;
    height: 968px;
    background: url('../images/templateimg/chain/svsptcot.jpg') no-repeat top center;
}
.svsptcot .atit span {
    color: #ffffff;
    background: #1c7277;
}
.ouysbg ul {
    margin-right: -38px;
}
.ouysbg li {
    margin-right: 38px;
    margin-bottom: 38px;
    float: left;
    display: inline-block;
    width: 374px;
    height: 230px;
    border-radius: 8px;
    background: url('../images/templateimg/chain/ouysbg.png') no-repeat;
    box-shadow: 0px 2px 20px 0px rgba(43, 125, 225, 0.55);
}
.ouysbg h5 {
    padding: 20px 0 20px 20px;
    font-size: 20px;
    color: #ffffff;
}
.ouysbg p {
    padding: 20px 28px 0 20px;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}
.ulcter {
    padding-left: 206px;
}
.tcstcot {
    height: 500px;
    background: url('../images/templateimg/chain/tcstcot.png') no-repeat;
}
.tcstcot .atit span {
    background-color: #ecf0f8;
}
.tcstbg ul {
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 2px 20px 0px rgba(43, 125, 225, 0.25);
}
.tcstbg li {
    text-align:center;
    position: relative;
    float: left;
    width: 20%;
    height: 294px;
    border-radius: 4px;
}
.tcstbg li i {
    margin-top: 45px;
    display: inline-block;
    width: 52px;
    height: 68px;
    background: url('../images/templateimg/chain/tcstic.png') no-repeat;
}
.tcstbg li i.tsc2 {
    background-position: 0 -88px;
}
.tcstbg li i.tsc3 {
    background-position: 0 -175px;
}
.tcstbg li i.tsc4 {
    background-position: 0 -262px;
}
.tcstbg li i.tsc5 {
    background-position: 0 bottom;
}
.tcstbg h5 {
    padding: 20px 0 15px 0;
    font-size: 20px;
    color: #37949a;
}
.tcstbg p {
    font-size: 16px;
    line-height: 24px;
    color: #4e5e66;
}
.tcstbg li:hover {
    box-shadow: 0px 2px 20px 0px rgba(43, 125, 225, 0.35);
}
.sfbox1 {
    position: relative;
    height: 787px;
    background: #f2f2fa;
}
.sfbox1 .temproductinfoCoin {
    box-sizing: border-box;
    padding: 24px 50px 45px 50px;
    position: absolute;
    top: -150px;
    left: 50%;
    margin-left: -600px;
}
.sficon {
    background: url('../images/templateimg/coins/sficon.png') no-repeat;
}
.sfbtit {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    line-height: 1;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
}
.sfbtit .lf,
.sfbtit .rt {
    content: '';
    display: inline-block;
    width: 46px;
    height: 10px;
}
.sfbtit .lf {
    margin-right: 10px;
    background-position: 0 0;
}
.sfbtit .rt {
    margin-left: 10px;
    background-position: -60px 0;
}
.sfbtit.colfl {
    color: #fff;
}
.sfbtit.colfl .lf {
    background-position: 0 -18px;
}
.sfbtit.colfl .rt {
    background-position: -60px -18px;
}
.sptitx {
    padding-top: 55px;
}
.sptitx p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #333333;
}
.sfprd {
    position: absolute;
    bottom: -26px;
    left: 50%;
    margin-left: -26px;
    display: inline-block;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    box-shadow: 0 0 10px -1px rgba(0,0,0,.2);
}
.sfprd .sficon {
    margin-top: 19px;
    display: inline-block;
    width: 10px;
    height: 14px;
    background-position: -121px 0;
}
.sfprjs {
    padding-top: 338px;
}
.sfprlist {
    padding-top: 80px;
    display: flex;
}
.sfprlist li {
    width: 362px;
    height: 254px;
    border-radius: 10px;
    margin:0 14px;
}
.sfprlist li.li1 {
    background: #4550cc;
}
.sfprlist li.li2 {
    background: #8587c0;
}
.sfprlist li.li3 {
    background: #555ba9;
}
.topbox {
    display: flex;
    height: 202px;
}
.spuser {
    display: block;
    width: 62px;
    height: 65px;
    background-position: 0 -36px;
    margin: 15px 40px 0 15px;
}
.spsh {
    display: block;
    width: 62px;
    height: 54px;
    background-position: -75px -47px;
    margin: 20px 36px 0 20px;
}
.spupt {
    display: block;
    width: 62px;
    height: 54px;
    background-position: -163px -46px;
    margin: 20px 32px 0 20px;
}
.sftpcot {
    padding-top: 30px;
    text-align: left;
    width: 224px;
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 0px;
    color: #ffffff;
}
.sftpcot>span {
    font-size: 20px;
}
.sftpcot>p {
    margin-top: 10px;
    line-height: 24px;
}
.bombox {
    position: relative;
    overflow: hidden;
    height: 52px;
    background: rgba(255,255,255,.4);
    font-size: 92px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ebebf1;
    opacity: 0.7;
    text-align: left;
    line-height: 72px;
}
.okicn {
    position: absolute;
    right: 53px;
    top: 20px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-position: -151px 0;
}
.sfzfbox {
    padding-top: 60px;
}
.sfxtjgbox {
    padding-top: 65px;
    box-sizing: border-box;
    margin-top: 70px;
    width: 100%;
    height: 579px;
    background-image: linear-gradient(-3deg, #448cf7 0%, #54cdfb 100%), linear-gradient(#fe5f40, #fe5f40);
}
.sftdbox {margin-top:66px;}
.sftstit {
    margin: 0;
    text-align: left;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
}
.sftstit::before {
    content:'';
    display: inline-block;
    width: 6px;
    height: 25px;
    background-image: linear-gradient(90deg, #3d85fc 0%, #4f5bd3 100%),linear-gradient(#38486a,#38486a);
    margin-right: 10px;
    vertical-align: middle;
}
.sftslist {
    margin-top: 60px;
    display: flex;
    justify-content: center;
}
.sftslist li {
    cursor: pointer;
    text-align: left;
    padding: 43px 20px 0 20px;
    box-sizing: border-box;
    width: 285px;
    height: 268px;
    margin: 0 10px;
    background: url('../images/templateimg/coins/ts3-1.png') no-repeat;
    transition: all .2s;
}
.sftslist li:hover {
    box-shadow: 0 0 20px 0 rgba(43,125,225,.2);
}
.sftslist li.sflist2 {
    background: url('../images/templateimg/coins/ts3-2.png') no-repeat;
}
.sftslist li.sflist3 {
    background: url('../images/templateimg/coins/ts3-3.png') no-repeat;
}
.sftslist li.sflist4 {
    background: url('../images/templateimg/coins/ts3-4.png') no-repeat;
}
.sftslist li p:first-child {
    font-size: 19px;
    color: #ffffff;
    position: relative;
    margin-bottom: 50px;
}
.sftslist li p:first-child::after {
    position: absolute;
    bottom: -20px;
    left: 0;
    content: '';
    display: inline-block;
    width: 20px;
    height: 4px;
    background-color: #ffffff;
}
.sftslist li p:last-child {
    line-height: 25px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}
.sfteflist {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sfteflist p {
    width: 755px;
    text-align: left;
    font-size: 23px;
    line-height: 45px;
    color: #333333;
}
.sftsfvlst li {
    cursor: pointer;
    position: relative;
    float: left;
    width: 590px;
    height: 166px;
    padding-left: 160px;
    padding-top: 35px;
    box-sizing: border-box;
    text-align: left;
    margin-bottom: 20px;
    background-color: #ffffff;
    border: solid 1px #e0e4ea;
    border-left: 2px solid rgba(79,148,231,.5);
    transition: all .2s;
    font-size: 16px;
    color: #333;
}
.sftsfvlst li:hover {
    color: #4f94e7;
    border-left-color: rgba(79,148,231,1);
}
.sftsfvlst li p.txt {
    margin-bottom: 15px;
}
.sftsfvlst li p:last-child {
    width: 386px;
    line-height: 26px;
}
.sftsfvlst li:nth-child(2n) {
    margin-left: 10px;
}
.sftsfvlst li i {
    position: absolute;
    top: 30px;
    left: 30px;
    display: inline-block;
    width: 96px;
    height: 96px;
}
.sffvic1 {
  background-position: 0 -145px;
}
.sffvic2 {
    background-position: -115px -145px;
}
.sffvic3 {
    background-position: -229px -145px;
}
.sffvic4 {
    background-position: -343px -145px;
}
.sfksjfbox .temlatecoinlist3 li {
    background-image: linear-gradient(
            #f4f5fc,
            #f4f5fc),
    linear-gradient(
            #ffffff,
            #ffffff);
    border: solid 1px #e0e4ea;
    box-sizing: border-box;
    cursor: pointer;
}
.sfksjfbox li:hover {
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
}
.sfksjfbox li:hover .bigTit {
    color: #4889ff;
}
.sfksjfbox li i {
    display: inline-block;
    width: 51px;
    height: 76px;
    background-position: -288px -8px;
}
.sfksjfbox li .sfksic2 {
    display: inline-block;
    width: 51px;
    height: 76px;
    background-position: -352px -8px;
}
.sfksjfbox li .sfksic3 {
    display: inline-block;
    width: 51px;
    height: 76px;
    background-position: -410px -8px;
}
.sfksjfbox li .sfksic4 {
    display: inline-block;
    width: 51px;
    height: 76px;
    background-position: -470px -8px;
}
.sfksjfbox .temlatecoinlist3 li .bigTit {
    font-size: 24px;
}
.sfksjfbox .temlatecoinlist3 li .smltxt {
    font-size: 14px;
}
.sfksjfbox .temlatecoinlist3 li .numpic {
    padding-top: 35px;
}
.sfcplbox .swiper-button-prev,
.sfcplbox .swiper-button-next {
    display: inline-block;
    width: 88px;
    height: 88px;
}
.sfcplbox .swiper-button-prev {
    background-position: -692px -150px;
}
.sfcplbox .swiper-button-next {
    background-position: -801px -150px;
}
.sfanxitbox .templatelist6 .prosafeList {
    box-shadow: none;
    display: flex;
    justify-content: space-between;
    overflow: visible;
}
.sfanxitbox .templatelist6 .prosafeList li {
    box-shadow: 2px 2px 16px 4px #b9caec;
    margin: 0;
    width: 220px;
    height: 294px;
    background-color: #ffffff;
    border-radius: 8px;
}
.sfanxitbox .templatelist6 .prosafeList li .picbox i {
    display: inline-block;
    width: 52px;
    height: 68px;
    background-position: -562px -10px;
}
.sfanxitbox .templatelist6 .prosafeList li .picbox i.sfxtic2 {
    background-position: -631px -10px;
}
.sfanxitbox .templatelist6 .prosafeList li .picbox i.sfxtic3 {
    background-position: -700px -10px;
}
.sfanxitbox .templatelist6 .prosafeList li .picbox i.sfxtic4 {
    background-position: -769px -10px;
}
.sfanxitbox .templatelist6 .prosafeList li .picbox i.sfxtic5 {
    background-position: -838px -10px;
}
.sfxtjsbox {
    width: 100%;
    height: 1355px;
    background: url('../images/templateimg/coins/btmbg.png') no-repeat center bottom;
}