@charset "utf-8";
/* 网站首页主体 */


/*网站首页第一部分*/

.apply {
    height: 807px;
    background: url('../img/background_img1.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
}

.apply .apply-content {
    float: left;
    width: 575px;
    height: 276px;
    margin-top: 316px;
    margin-left: 39px;
    padding-left: 38px;
    background-color: rgba(118, 242, 176, 0.3);
}

.apply-content .apply-msg {
    color: #fff;
}

.apply-msg h1 {
    font-size: 48px;
    margin: 0;
}

.apply-msg h2 {
    font-size: 36px;
    margin: 0;
    margin-top: 10px;
}

.apply-msg h2 span {
    color: #ffaa48;
}

.apply-msg a {
    display: inline-block;
    position: relative;
    margin-top: 50px;
    padding: 16px 60px 16px 30px;
    border-radius: 40px;
    font-size: 32px;
    color: #fff;
    background-color: #fec106;
}

.arrow {
    position: absolute;
    top: 30px;
    right: 26px;
    z-index: 4;
    width: 22px;
    height: 22px;
    background: url('../img/result.png') no-repeat;
    background-position: -0px -31px;
    -webkit-animation: bounce-left 1.5s linear infinite;
    animation: bounce-left 1.5s linear infinite;
}

@media screen and (max-width: 1199px) {
    .apply {
        height: 504px;
        background: url('../img/background_img1_1200.jpg') no-repeat;
    }
    .apply .apply-content {
        margin-top: 160px;
    }
}

@media screen and (max-width: 767px) {
    .apply {
        height: 336px;
        background: url('../img/background_img1_800.jpg') no-repeat;
    }
    .apply .apply-content {
        width: 262px;
        height: 140px;
        margin-top: 120px;
        padding-left: 14px;
    }
    .apply-msg h1 {
        font-size: 22px;
    }
    .apply-msg h2 {
        font-size: 18px;
        margin: 0;
        margin-top: 10px;
    }
    .apply-msg a {
        margin-top: 18px;
        padding: 8px 40px 8px 20px;
        border-radius: 40px;
        font-size: 16px;
    }
    .arrow {
        top: 14px;
        right: 18px;
        width: 12px;
        height: 12px;
        background: url('../img/double_left.png') no-repeat;
        background-size: 100% 100%;
    }
}


/*网站首页第二部分*/

.qrcode-pay {
    height: 710px;
    background: url('../img/background_img2.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
    color: #565656;
}

.pay-content {
    padding-top: 190px;
}

.pay-content h1 {
    font-weight: normal;
    font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    font-size: 62px;
}

@media screen and (max-width: 1199px) {
    .qrcode-pay {
        height: 443px;
        background: url('../img/background_img2_1200.jpg') no-repeat;
    }
    .pay-content {
        padding-top: 100px;
    }
    .pay-content h1 {
        font-size: 48px;
    }
}

@media screen and (max-width: 990px) {
    .pay-content h1 {
        font-size: 36px;
    }
}

@media screen and (max-width: 767px) {
    .qrcode-pay {
        height: 295px;
        background: url('../img/background_img2_800.jpg') no-repeat;
    }
    .pay-content {
        padding-top: 40px;
    }
    .pay-content h1 {
        font-size: 24px;
    }
    .pay-content p {
        font-size: 12px;
    }
}

@media screen and (max-width: 479px) {
    .pay-content p span {
        display: block;
    }
}


/*网站首页第三部分*/

.partners {
    height: 710px;
    background: url('../img/background_img3.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
    color: #565656;
}

.partners-content {
    margin-left: 20px;
}

.partners-left {
    float: left;
    width: 495px;
    font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    margin-top: 150px;
}

.partners-left p {
    font-size: 55px;
    margin: 0;
}

.partners-left .partners-title {
    font-size: 62px;
}

.partners-right {
    float: left;
    position: relative;
    width: 616px;
    height: 450px;
    margin-top: 108px;
    margin-left: 69px;
    background-color: rgba(255, 255, 255, 0.3);
}

.partners-right .partners-row {
    height: 150px;
    text-align: center;
    line-height: 150px;
}

.partners-right .partners-row img {
    vertical-align: middle;
}

.partner-logo2,
.partner-logo5 {
    margin: 0 40px;
}

.partner-logo8 {
    margin-left: 75px;
    margin-right: 85px;
}

.partners-right .line1,
.partners-right .line2 {
    position: absolute;
    top: 150px;
    width: 100%;
    height: 1px;
    background: -webkit-linear-gradient(to left, transparent, #999, transparent);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(to left, transparent, #999, transparent);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(to left, transparent, #999, transparent);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to left, transparent, #999, transparent);
    /* 标准的语法 */
}

.partners-right .line2 {
    top: 300px;
}

.partners-right .line3,
.partners-right .line4 {
    position: absolute;
    top: 0;
    left: 170px;
    width: 1px;
    height: 100%;
    background: -webkit-linear-gradient(to top, transparent, #999, transparent);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(to top, transparent, #999, transparent);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(to top, transparent, #999, transparent);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to top, transparent, #999, transparent);
    /* 标准的语法 */
}

.partners-right .line4 {
    left: 412px;
}

@media screen and (max-width: 1199px) {
    .partners {
        height: 443px;
        background: url('../img/background_img3_1200.jpg') no-repeat;
    }
    .partners-left {
        width: 382px;
        margin-top: 90px;
    }
    .partners-left p {
        font-size: 42px;
    }
    .partners-left .partners-title {
        font-size: 46px;
    }
    .partners-right {
        width: 550px;
        height: 360px;
        margin-top: 60px;
        margin-left: 10px;
    }
    .partners-right .partners-row {
        height: 120px;
        line-height: 120px;
    }
    .partners-right .partners-row img {
        width: 25%;
    }
    .partner-logo2,
    .partner-logo5,
    .partner-logo8 {
        margin: 0 30px;
    }
    .partners-right .line1 {
        top: 120px;
    }
    .partners-right .line2 {
        top: 240px;
    }
    .partners-right .line3 {
        left: 184px;
    }
    .partners-right .line4 {
        left: 366px;
    }
}

@media screen and (max-width: 990px) {
    .partners-left {
        width: 289px;
        margin-top: 90px;
    }
    .partners-left p {
        font-size: 32px;
    }
    .partners-left .partners-title {
        font-size: 36px;
    }
    .partners-right {
        width: 448px;
        height: 300px;
        margin-top: 60px;
        margin-left: 0;
    }
    .partners-right .partners-row {
        height: 100px;
        line-height: 100px;
    }
    .partners-right .partners-row img {
        width: 25%;
    }
    .partner-logo2,
    .partner-logo5,
    .partner-logo8 {
        margin: 0 20px;
    }
    .partners-right .line1 {
        top: 100px;
    }
    .partners-right .line2 {
        top: 200px;
    }
    .partners-right .line3 {
        left: 156px;
    }
    .partners-right .line4 {
        left: 290px;
    }
}

@media screen and (max-width: 767px) {
    .partners {
        height: 295px;
        background: url('../img/background_img3_800.jpg') no-repeat;
    }
    .partners-content {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .partners-left {
        float: none;
        width: 200px;
        height: 65px;
        margin: 25px 0px 0 10px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .partners-left p {
        font-size: 22px;
    }
    .partners-left .partners-title {
        font-size: 24px;
    }
    .partners-right {
        float: none;
        width: 300px;
        height: 150px;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
    }
    .partners-right .partners-row {
        height: 50px;
        line-height: 50px;
    }
    .partners-right .partners-row img {
        width: 25%;
    }
    .partner-logo2,
    .partner-logo5,
    .partner-logo8 {
        margin: 0 20px;
    }
    .partners-right .line1 {
        top: 54px;
    }
    .partners-right .line2 {
        top: 102px;
    }
    .partners-right .line3 {
        left: 96px;
    }
    .partners-right .line4 {
        left: 202px;
    }
}

@media screen and (max-width: 479px) {}


/*网站首页第四部分*/

.application {
    height: 708px;
    background: url('../img/background_img4.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
    color: #fff;
}

.application-content {
    margin-left: 20px;
}

.application-left {
    float: left;
    font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    margin-top: 150px;
}

.application-left p {
    font-size: 55px;
    margin: 0;
}

.application-left .application-title {
    font-size: 62px;
}

.application-right {
    float: left;
    position: relative;
    width: 470px;
    height: 453px;
    text-align: center;
    margin-top: 110px;
    margin-left: 110px;
    padding: 69px 48px 73px 48px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.5);
}

.form div input {
    width: 373px;
    height: 42px;
    line-height: 42px;
    padding-left: 16px;
    padding-right: 50px;
    color: #999;
    border-radius: 6px;
    border: none;
}

.shop-name,
.contact-name {
    margin-bottom: 25px;
    position: relative;
}

.phone-number {
    position: relative;
}

.shop-name .icon-shopname {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 5;
    width: 20px;
    height: 22px;
    background: url('../img/result.png') no-repeat;
    background-position: -0px -95px;
}

.form .icon-contactname {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 5;
    width: 22px;
    height: 21px;
    background: url('../img/result.png') no-repeat;
    background-position: -0px -0px;
}

.form .icon-phonenum {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 5;
    width: 18px;
    height: 26px;
    background: url('../img/result.png') no-repeat;
    background-position: -0px -167px;
}

.form .login {
    margin-top: 20px;
    margin-bottom: 34px;
    text-align: left;
    color: #666;
}

.login a {
    display: inline-block;
    margin-left: 14px;
    padding: 12px 18px;
    color: #ff6600;
    border: 1px solid #ff6600;
    border-radius: 6px;
}

.form-apply-btn a {
    display: inline-block;
    width: 373px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    background-color: #ff6600;
    border-radius: 6px;
}

@media screen and (max-width: 1199px) {
    .application {
        height: 442px;
        background: url('../img/background_img4_1200.jpg') no-repeat;
    }
    .application-left {
        width: 405px;
        margin-top: 90px;
    }
    .application-left p {
        font-size: 42px;
    }
    .application-left .application-title {
        font-size: 46px;
    }
    .application-right {
        width: 400px;
        height: 380px;
        margin-top: 40px;
        margin-left: 60px;
        padding: 45px;
    }
    .form div input {
        width: 303px;
    }
    .shop-name,
    .contact-name {
        margin-bottom: 20px;
    }
    .form .login {
        margin: 20px 0;
    }
    .form-apply-btn a {
        width: 303px;
    }
}

@media screen and (max-width: 990px) {
    .application-left {
        width: 315px;
        margin-top: 90px;
    }
    .application-left p {
        font-size: 32px;
    }
    .application-left .application-title {
        font-size: 36px;
    }
    .application-right {
        width: 400px;
        height: 380px;
        margin-top: 40px;
        margin-left: 10px;
        padding: 45px;
    }
    .form div input {
        width: 303px;
    }
    .shop-name,
    .contact-name {
        margin-bottom: 20px;
    }
    .form .login {
        margin: 20px 0;
    }
    .form-apply-btn a {
        width: 303px;
    }
}

@media screen and (max-width: 767px) {
    .application {
        height: 340px;
        background: url('../img/background_img4_1200.jpg') no-repeat;
    }
    .application-content {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .application-left {
        float: none;
        width: 240px;
        height: 65px;
        margin: 25px 0px 0 10px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .application-left p {
        font-size: 22px;
    }
    .application-left .application-title {
        font-size: 24px;
    }
    .application-right {
        float: none;
        width: 300px;
        height: 230px;
        margin-top: 6px;
        margin-left: auto;
        margin-right: auto;
        padding: 10px;
        background-color: rgba(255, 255, 255, 0);
    }
    .form div input {
        width: 100%;
        height: 34px;
        line-height: 34px;
        padding-left: 8px;
        padding-right: 30px;
        border-radius: 4px;
    }
    .shop-name,
    .contact-name {
        margin-bottom: 8px;
    }
    .shop-name .icon-shopname {
        top: 6px;
        right: 10px;
    }
    .form .icon-contactname {
        top: 7px;
        right: 10px;
    }
    .form .icon-phonenum {
        top: 4px;
        right: 12px;
    }
    .form .login {
        margin: 8px 0;
    }
    .login a {
        margin-left: 14px;
        padding: 6px;
        color: #ff6600;
        border: 1px solid #ff6600;
        border-radius: 4px;
    }
    .form-apply-btn a {
        width: 100%;
        height: 34px;
        line-height: 34px;
        border-radius: 4px;
    }
}

@media screen and (max-width: 479px) {}

.notice-pop{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    background:rgba(0,0,0,.6);
    z-index:1000;

}
.notice-pop .noticeAll{
    position: absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    margin:auto;
    width: 1000px;
    height:450px;
    display: none;
   
}
.notice-pop .noticeAll:after{
    display: block;;
    content: "";
    clear:both;
}
 .notice-pop .noticeBox{
    width: 414px;
    height: 416px;
    float:left;
    background:#e63d42;
    color:#fff;
    margin:0 6%;
    border-radius: 10px;
    position: relative;
    text-align: center;
    padding:22px 0;
}
@media screen and (max-width: 630px) {
    
}
.nt_bgleft,.nt_bgright{
    display: inline-block;
    float: left;
    width: 23%;
    margin-top: 60px;
}
.nt_bgleft img,.nt_bgright img{
    width: 100%;
}
.noticeBox  p{
    font-size: 17px;
    letter-spacing: 1px;
}
.noticeBox p.text {
    margin-top:-10px;
}
.noticeBox .nt-title{

}
.noticeBox .nt-title img{
   width: 174px; 
   height: 178px; 
}
.noticeBox .nt-time{
    display: block;
    margin-top:30px;
}
.noticeBox .nt-time img{
    width: 155px; 
    height: 24px; 
}
.noticeBox .nt-logo{
    display: block;
    margin-top: 28px;
}
.noticeBox .nt-close{
    display: block;
    width: 28px;
    height: 28px;
    background-image:url(../img/new/close_white.png);
    background-repeat:no-repeat;
    background-position: center center;
    background-size:28px;
    position: absolute;
    right:15px;
    top:15px;
    cursor: pointer;
}
.noticeBox .nt-close:hover{
    background-image:url(../img/new/close_hover.png);
}
@media screen and (max-width: 1026px) {
  .nt_bgleft,.nt_bgright{
    display: none;
  }
  .notice-pop .noticeAll{
        width: 80%;
  }
  .notice-pop .noticeBox {
    float:none;
    margin:auto;
  }
}
@media screen and (max-width: 500px) {
     .notice-pop .noticeAll{
        height: 19.5rem;
    }
    .noticeBox .nt-time{
      display: block;
      margin-top: 1rem;
    }
   .noticeBox .nt-title img{
        width: 7.5rem;
        height: 7.7rem;
    }
    .noticeBox .nt-time img{
        width: 10rem;
        height: 1.55rem;
    } 
    .noticeBox p {
      font-size: 0.95rem;
    }
    .noticeBox p.text{
        display: block;
        margin-top: -0.5rem;
    }
    
    .notice-pop .noticeBox{
       width: 100%;
       height: 100%;
   }
   .noticeBox .nt-logo {
      margin-top: 1rem;
    }
   .notice-pop .nt-logo img{
       width: 29%;
   }
}

@media screen and (max-width: 445px) {
    .notice-pop .noticeAll {
       height: 20.5rem;
    }
    .noticeBox p.text span{
       display: block;
    }
}