﻿@charset "UTF-8";

html,body{
    position: relative;
}

#rules_info{
    display: none;
}

#top_title{
    height:80px;line-height: 80px;background: #07913b;color: #ffffff;font-size: 26px;text-align: center;letter-spacing: 1px;
}

#top_des{
    margin-top: 50px;
    text-align: center;
}

#l_con{
    width: 880px;
}

#tp_logo{
    margin-bottom: 40px;
}

#top_des p,
#l_con p{
    font-size: 16px;
    line-height: 30px;
    text-indent: 2em;
    text-align: left;
    margin-bottom: 5px;
}

#r_con{
    width: 290px;
}

#wx_t{
    margin-top: 20px;
    margin-bottom: 30px;
}

#tpma{
    width: 170px;
    height: 170px;
}

#tp_con{
    display: block;
    margin-top: 40px;
}

#s_title{
    text-align: center;
    margin-bottom: 40px;
    color:  #07913b;
    font-size: 30px;
    font-weight: 600;
}

#per_con{
    width: 1170px;
    text-align: center;
}

#per_con .per{
    width: 210px;
    height: 470px;
    text-align: center;
    box-sizing: border-box;
    margin-right: 30px;
}

#big_per_con .per:nth-last-child(1),
#big_per_con .per:nth-last-child(6){
    margin-right: 0;
}

#per_con .per .pic_con{
    width: 210px;
    height: 285px;
    background: #07913b;
}

#per_con .per .pic_con img{
    width: 210px;
    height: 285px;
}

#per_con .per .per_des{
    width: 210px;
    height: 160px;
    position: relative;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    font-family: "微软雅黑 Light";
    font-weight: 600;
    margin-top: 10px;
}

#per_con .per .per_des p:nth-child(2){
    height: 50px;
}

#per_con .per .per_des .piao_num{
    color: #ff7900;
}

#per_con .per .per_des input[type="checkbox"]{
    margin-top: 10px;
    width:15px;height:15px;display: inline-block;text-align: center;vertical-align: middle; line-height: 15px;position: relative;}
#per_con .per .per_des input[type="checkbox"]::before{content: "";position: absolute;top: 0;left: 0;background: #fff;width: 100%;height: 100%;border-radius:3px;border: 1px solid #07913b;}
#per_con .per .per_des input[type="checkbox"]:checked::before{content: "\2713";background-color: #fff;position: absolute;top: 0;left: 0;width:100%;border: 1px solid #07913b;color:#07913b;font-size: 20px;font-weight: bold;}

#per_con .last_line{
    width: 210px;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
}

#per_con .last_line .info_btn{
    width: 120px;
    height: 30px;
    line-height: 30px;
    background: #07913b;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 2px;
    text-align: center;
    font-weight: 600;
    border-radius: 50px;
}

#btn_con{
    text-align: center;
    margin-top: 10px;
    position: relative;
}

#btn{
    display: inline-block;
    cursor: pointer;
    width: 300px;
    height: 50px;
    margin: 0 auto;
    line-height: 50px;
    color: #ffffff;
    text-align: center;
    box-sizing:border-box;
    border-radius: 50px;
    background: #ff7900;
    font-size: 22px;
    font-family: "微软雅黑 Light";
    letter-spacing: 2px;

}

#rules_info{
    width:80%;
    box-sizing: border-box;
    background: #ffffff;
    box-shadow: 0 6px 15px 0 rgba(168,182,191,.4);
}

#rules_info #top_txt{
    height: 50px;
    background: #07913b;
    color: #ffffff;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    position: relative;
}

#close_btn{
    position: absolute;
    top: 15px;
    right: 10px;
    width: 25px;
}

#rules_info #txt_con{
    padding: 10px;
}

/*提示信息*/
#top_info {
    position: absolute;
    width: 240px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    background:  #ff7900;
    border-radius: 8px;
    z-index: 1001;
    font-size: 16px;
    top: -100px;
    display: none;
}

.wrapp {
    width: 93%;
    margin: 0 auto;
    background: #ffffff;
    height:500px;
    line-height: 500px;
    text-align: center;
    border-radius: 5px;
}

#per_con{
    display: none;
}

.wrapp:last-child {
    margin-right:0;
}
.k-line {
    display:inline-block;
    width:15px;
    height:55px;
    border-radius:15px;
    background-color:#4b9cdb
}

.k-line4-1 {
    animation:k-loadingA 1.5s .1s infinite;
    background-color:#81C784
}
.k-line4-2 {
    animation:k-loadingA 1.5s .2s infinite;
    background-color:#66BB6A
}
.k-line4-3 {
    animation:k-loadingA 1.5s .4s infinite;
    background-color:#4CAF50
}
.k-line4-4 {
    animation:k-loadingA 1.5s .8s infinite;
    background-color:#43A047
}
.k-line4-5 {
    animation:k-loadingA 1.5s 1.2s infinite;
    background-color:#388E3C
}

@keyframes k-loadingA{
0 {
    height:55px;
}
50% {
    height:100px;
}
100% {
    height:55px;
}
}

    html,body{
        background: #efefef;
    }

    /*移动端头部*/
    #top_s img{
        width: 100%;
    }

    /*移动端个人信息列表*/
    #small_per_con{
        display: block;
    }

    #end_s{
        display: block;
        height: 170px;
        background: #404040;
        padding: 20px 30px;
        box-sizing: border-box;
        color: #ffffff;
    }

    #end_s p{
        margin-bottom: 5px;
        font-size: 12px;
    }

    #top_title{
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        letter-spacing: normal;
    }

    #top_des{
        display: none;
    }

    #s_top_des{
        display: block;
        width: 93%;
        box-sizing: border-box;
        margin: 30px auto 20px;
        background: #ffffff;
        border-radius: 5px;
        padding: 15px;
        box-shadow: 0 6px 15px 0 rgba(168,182,191,.4);
    }

    #s_top_des p{
        font-size: 14px;
        color: #404051;
        text-align: left;
        text-indent: 2em;
        margin: 10px 0;
    }

    #s_top_des img{
        width: 100%;
    }

    #s_top_des #rules{
        display: inline-block;
        width: 120px;
        height: 30px;
        line-height: 30px;
        background: #07913b;
        font-size: 14px;
        color: #ffffff;
        text-align: center;
        border-radius: 50px;
        cursor: pointer;
    }

    #tp_con{
        margin-top: 0;
    }

    #s_title{
        font-size: 24px;
        margin-bottom: 20px;
    }

    #big_per_con{
        display: none;
    }

    /*个人信息列表*/
    #per_con{
        width: 100%;
    }

    #small_per_con .per{
        width: 93%;
        margin: 0 auto;
        border-radius: 5px;
        background: #ffffff;
        height: 160px;
        box-shadow: 0 6px 15px 0 rgba(168,182,191,.4);
        box-sizing: border-box;
        padding: 10px 15px;
        margin-bottom: 15px;
    }

    #small_per_con .per .pic_con{
        width: 100px;
        height: 130px;
        background: #07913b;
    }

    #small_per_con .per .pic_con img{
        width: 100px;
        height: 130px;
    }

    #small_per_con .per .per_des{
        width: calc(100% - 100px);
        padding-left: 30px;
        box-sizing: border-box;
        text-align: left;
        font-size: 14px;
        line-height: 20px;
        margin-top: 0;
        font:14px/1.5 "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    }

    #small_per_con .per .per_des .piao_num{
        color: #ff7900;
        margin-bottom: 40px;
    }

    #small_per_con .per .per_des input[type="checkbox"]{
        margin-top: 10px;
        width:15px;height:15px;display: inline-block;text-align: center;vertical-align: middle; line-height: 15px;position: relative;}
    #small_per_con .per .per_des input[type="checkbox"]::before{content: "";position: absolute;top: 0;left: 0;background: #fff;width: 100%;height: 100%;border-radius:3px;border: 1px solid #07913b;}
    #small_per_con .per .per_des input[type="checkbox"]:checked::before{content: "\2713";background-color: #fff;position: absolute;top: 0;left: 0;width:100%;border: 1px solid #07913b;color:#07913b;font-size: 20px;font-weight: bold;}

    #small_per_con .per .per_des .last_line{
        height: 40px;
        line-height: 40px;
        margin-top: 10px;
    }

    #small_per_con .per .per_des .last_line .info_btn{
        width: 120px;
        height: 30px;
        line-height: 30px;
        background: #07913b;
        font-size: 14px;
        color: #ffffff;
        text-align: center;
        border-radius: 50px;
        font:14px/30px "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    }

    #per_con .last_line{
        width: calc(100% - 30px);
        bottom: 10px;
        left: 20px;
        right: 10px;
    }
    #btn{
        width: 200px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        margin-bottom: 20px;
        font:16px/40px "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    }

