@font-face { font-family:webfont; src: url('./fonts/webfont.ttf'); }
html,body{
  font-family: 'webfont';
}
div{
  box-sizing: border-box;
}
.top-header{
  width: 100%;
  height: 98px;
  background: #fff;
  border-bottom: 2px solid #ff6a00;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.top-header > .header {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.top-header > .header > .logo{
  width: 260px;
  height: 72px;
  display: flex;
  align-items: center;
}
.top-header > .header > .menus{
  width: 466px;  
}
.top-header > .header > .menus > ul{
  padding: 0;
  margin: 0;
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
}
.top-header > .header > .menus > ul > li{
  height: 72px;
  line-height: 72px;
  flex: 1;
  font-size: 18px;
  text-align: center;
}
.top-header > .header > .menus > ul > li > a{
  color: #666;
}
.top-header > .header > .menus > ul > li.active > a{
  color: #ff6a00;
}
.login-main{
  min-height: 600px;
}
.banner{
  width: 100%;
  height: 571px;
  position: relative;
}
.banner > .login-box {
  width: 360px;
  height: 350px;
  background: rgba(0,0,0,.4);
  position: absolute;
  top: 70px;
  right: 275px;
  border-radius: 5px;
}
.banner > .login-box .qh-box{
  width: 56px;
  height: 56px;
  z-index: 99;
  position: absolute;
  top: 1px;
  right: 1px;
  cursor: pointer;
}
.banner > .login-box > .login-pw > .show-box .login-count{
  width: 276px;
  padding-top: 40px;
  margin: 0 auto;
}
/*二维码登录*/
.banner > .login-box > .login-qr{
  width: 360px;
  height: 350px;
  border-radius: 5px;
  background-color: #fff;
}
.banner > .login-box > .login-qr > .code-title{
  font-size: 24px;
  color: #ff6a00;
  text-align: center;
  font-weight: 700;
  padding-top: 19px;
}
.banner > .login-box > .login-qr > .code-title > span{
  display: inline-block;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #ff9766;
}
.banner > .login-box > .login-qr > .code-title > .qr-box{
  margin: 40px auto;
}
.banner > .login-box > .login-qr > .code-title > .qr-box > img{
  width: 200px;
  height: 200px;
}
.layui-form-pane .layui-form-checkbox{
  margin: 4px 0 4px 0;
}
.layui-form-pane .layui-form-checkbox span{
  color: #fff;
}
.layui-form-pane .layui-form-mid {
  margin-right: 0;
}
.layui-form-pane .layui-form-mid a{
  color: #fff;
  margin-top: 10px;
}
.register{
  color: #ff5;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.register span{
  color: #fff !important;
  margin: 0 20px;
}
.register a{
  margin-top: 0 !important;
  color: #ff5 !important;
}
.wechat-tips{
  position: absolute;
  background-color: #fff;
  padding: 5px;
  left: 20px;
  bottom: 30px;
  border-radius: 5px;
  box-shadow: 3px 3px 7px rgb(0 0 0 / 7%);
  box-sizing: border-box;
  display: none;
}
.wechat-tips > .arrow{
  position: absolute;
  display: block;
  width: 8.48528137px;
  height: 8.48528137px;
  background: transparent;
  border-style: solid;
  border-width: 4.24264069px;
  bottom: -4px;
  left: 50%;
  border-top-color: transparent;
  border-right-color: #fff;
  border-bottom-color: #fff;
  border-left-color: transparent;
  box-shadow: 3px 3px 7px rgb(0 0 0 / 7%);
  transform: translateX(-50%) rotate(45deg);
}
/*公告*/
.notice-box{
  width: 100%;
  height: 62px;
  line-height: 62px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 5px 5px hsl(0deg 0% 73% / 50%);
}
.notice-box > .notice{
  width: 1200px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.notice-box > .notice > .notice-left{
  width: 120px;
}
.notice-box > .notice > .notice-right{
  flex: 1;
  padding-left: 35px;
  font-size: 18px;
  color: #606060;
}
.main-content{
  width: 100%;
  overflow: hidden;
  padding-bottom: 140px;
  box-sizing: border-box;
}
.main-content > .advantage-box{
  width: 100%;
}
.main-content > .advantage-box > .main-tit{
  margin-top: 75px;
  font-weight: 200;
  text-align: center;
}
.main-content > .advantage-box > .main-tit p{
  margin-bottom: 1em;
}
.main-content > .advantage-box > .main-tit > p:first-child{
  font-size: 28px;
  color: #2e2d2d;
}
.main-content > .advantage-box > .main-tit > p:nth-child(2){
  font-size: 16px;
  color: #757575;
}
.main-content > .advantage-box > .adv-con{
  width: 1200px;
  text-align: center;
  margin: 96px auto 0;
  font-size: 14px;
  color: rgba(0,0,0,.65);
}
.main-content > .advantage-box > .adv-con > .adv-item{
  width: 25%;
  float: left;
}
.main-content > .advantage-box > .adv-con > .adv-item > .adv-img{
  height: 143px;
}
.main-content > .advantage-box > .adv-con > .adv-item > .adv-img > img{
  transition: .4s;
}
.main-content > .advantage-box > .adv-con > .adv-item > .adv-img:hover > img{
  transform: scale(1.1);
}
.main-content > .advantage-box > .adv-con > .adv-item > .adv-text > p{
  margin-bottom: 1em;
}
/**平台说明页面样式**/
.site-main{
  width: 100%;
  overflow: hidden;
  background:url('/static/merchant/default/images/main_bg.png') no-repeat;
}
.site-main .title{
  margin-top: 15px;
  margin-bottom: .5em;
  text-align: center;
}
.site-main h3{
  font-size: 28px;
  margin-bottom: 0.5em;
}
.site-main .title p{
  margin-bottom: .5em;
}
.site-main .download-btn{
  text-align: center;
}
.site-main .ass-content{
  height: 714px;
  margin-top: 20px;
  background:url('/static/merchant/default/images/ass_cont_bg.png') no-repeat;
  background-position: 0 bottom;
}
.site-main .ass-content ul{
  width: 1452px;
  height: 648px;
  margin: 0 auto;
  border: 1px solid #ffdac1;
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
  padding: 0;
}
.site-main .ass-content ul li{
  float: left;
  height: 324px;
  width: 483px;
  position: relative;
  text-align: center;
  border-right: 1px solid #f5f2f0;
  border-bottom: 1px solid #f5f2f0;
}
.site-main .ass-content ul li:nth-child(3n){
  border-right: none;
}
.site-main .ass-content ul li .img1{
  width: 296px;
  height: 170px;
  margin: 0 auto;
  border-bottom: 2px solid #ffe8d8;
  position: relative;
}
.site-main .ass-content ul li .img1 img{
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 20px;
}
.site-main .ass-content ul li .acc-tit{
  margin-top: 24px;
  margin-bottom: 28px;
  font-size: 22px;
  font-weight: 700;
  color: #ff7200;
  position: relative;
}
.site-main .ass-content ul li .acc-tit:after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  margin: 0 auto;
  width: 30px;
  height: 3px;
  background: #ffcaa5;
}
.site-main .ass-content ul li .acc-text{
  font-size: 18px;
  color: #72583c;
  line-height: 22px;
}
.site-main .ass-content ul li:nth-child(6){
  width: 484px;
  background: url('/static/merchant/default/images/ass_img6.png') no-repeat;
  background-position: -63px -21px;
  color: #fff;
}
.ass-content ul .li-tit{
  font-size: 50px;
  line-height: 100px;
  text-align: left;
  text-indent: 64px;
  margin-top: 40px;
}
.ass-content ul .li-text{
  font-size: 20px;
  line-height: 28px;
  text-align: left;
  text-indent: 95px;
}
.reg-box{
  width: 28%;
  padding: 20px;
  margin: 0 auto;
}
.lx-box{
  width: 1000px;
  height: 484px;
  margin: 0 auto 20px auto;
  overflow: hidden;
}
.lx-box .site-box{
  float: left;
  width: 500px;
  margin-top: 120px;
  text-align: center;
}
.lx-box .site-box .site-tit {
  text-align: center;
  font-weight: 100;
}
.lx-box .site-box .site-tit .tit {
  font-size: 38px;
}
.lx-box .site-box .code {
  text-align: center;
  margin-top: 27px;
  margin-bottom: 5px;
}
.lx-box .site-box .code-text {
  font-size: 21px;
  color: #212121;
}
.lx-box .hotLine-box{
  float: left;
  width: 500px;
  position: relative;
  margin-top: 120px;
}
.lx-box .hotLine-box .site-tit {
  text-align: center;
  font-weight: 100;
}
.lx-box .hotLine-box .site-tit .tit {
  font-size: 38px;
}
.lx-box .hotLine-box .qq-box {
  margin-top: 55px;
  width: 100%;
}
.lx-box .hotLine-box .qq-box .qq-item {
  height: 23px;
  line-height: 23px;
  font-size: 15px;
  margin-bottom: 37px;
  color: #2e2e2e;
}
.lx-box .hotLine-box .qq-box .qq-item img {
  float: left;
  margin-left: 104px;
  margin-right: 10px;
}

.forget-box{
  width: 500px;
  margin: 100px auto;
}

/*底部样式*/
.footer{
  width: 100%;
  height: 366px;
  background-color: #212222;
  padding: 0 16px;
  overflow: hidden;
  box-sizing: border-box;
}
.footer > .copyright{
  width: 1200px;
  margin: 56px auto 0 auto;
  display: flex;
  justify-content: flex-start;
}
.footer > .copyright > .foot_l{
  width: 330px;
}
.footer > .copyright > .foot_l > .logo{
  color: #bbb6b0;
  font-size: 24px;
  font-weight: 700;
}
.footer > .copyright > .foot_l > .copyright_qq{
  color: #bbb6b0;
  margin-top: 50px;
}
.footer > .copyright > .foot_l > .copyright_qq a{
  color: #1890ff;
}
.footer > .copyright > .foot_c{
  width: 578px;
  margin-left: 112px;
}
.footer > .copyright > .foot_c > .tit{
  color: #bbb6b0;
  font-size: 18px;
  border-bottom: 1px solid #bbb6b0;
  margin-bottom: 36px;
  width: 270px;
  padding: 0 0 10px 0;
}
.footer > .copyright > .foot_c > .content{
  width: 100%;
}
.footer > .copyright > .foot_c > .content > ul{
  width: 100%;
  padding: 0;
  margin: 0;
  display: inline;
}
.footer > .copyright > .foot_c > .content > ul > li{
  margin-right: 35px;
  margin-bottom: 10px;
  float: left;
}
.footer > .copyright > .foot_r{
  width: 310px;
  height: 220px;
  text-align: center;
  border-left: 1px solid #bbb6b0;
} 
.footer > .copyright > .foot_r > .code-title{
  font-size: 24px;
  margin-bottom: 18px;
  color: #fff;
  font-weight: 700;
}
.footer > .copyright > .foot_r > .code-pic > img{
  width: 115px;
  height: 115px;
}
.footer > .beian{
  color: #ffffff;
  width: 1200px;
  margin: 20px auto;
  text-align: center;
}
.footer > .beian > a{
  color: #ffffff;
}