.ub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex !important;
    display: flex !important;
    position: relative;
}

.ub-ver {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.ub-wrp {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.ub-ac {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.ub-ae {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.ub-pa {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: start;
    justify-content: start;
}

.ub-pc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.ub-pe {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.ub-pj {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.ub-f1 {
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.ub-f2 {
    -ms-flex: 2;
    -webkit-flex: 2;
    flex: 2;
}

.ut-s {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap !important;
    outline: 0 !important
}

.ub-fw {
    font-weight: normal;
}

.hide {
    display: none !important;
}

.tx-c {
    text-align: center;
}

.tx-r {
    text-align: right;
}


/*pc总体*/

@media screen and (min-device-width: 1025px) {
    .Serbgu {
        background-image: url("icons/serbg.jpg");
        background-repeat: no-repeat;
        background-position: 0% 0%;
        background-size: 100% 100%;
    }
    .segbox {
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        position: relative;
    }
    .segleft {
        text-align: right;
        margin: 0 56px 0 0;
        position: relative;
        top: -80px;
    }
    .segleft h1 {
        text-align: right;
        font-size: 54px;
        background-image: url("icons/selogo.png");
        background-repeat: no-repeat;
        background-position: 0% 50%;
        background-size: auto 55px;
        padding-left: 66px;
    }
    .segleft h3 {
        text-align: right;
        font-weight: normal;
        font-size: 28px;
        margin: 24px 0 0 0;
    }
    .segleft p {
        text-align: right;
        font-size: 14px;
        margin: 55px 0 0 0;
    }
    .segright {
        width: 436px;
        padding: 54px 64px 40px 38px;
        box-sizing: border-box;
        border-radius: 5px;
        position: relative;
        top: -50px;
    }
    .segright h3 {
        display: none;
    }
    .segright div {
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        font-size: 18px;
        margin: 0 0 20px 0;
    }
    .segright div span {
        display: block;
        width: 74px;
    }
    .segright div input[type=password],
    .segright div input[type=text] {
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        height: 42px;
        border-radius: 4px;
        outline: none;
        border: 0;
        padding: 0 12px;
        font-size: 18px;
    }
    .segright .w5w input[type=text] {
        width: 120px;
    }
    .segright div input+* {
        margin-left: 20px;
        height: 32px;
        font-size: 20px;
        box-sizing: border-box;
        padding: 5px 10px;
    }
    .segright label {
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        height: 46px;
        border-radius: 5px;
        margin: 30px 0 0 0;
        cursor: pointer;
    }
    .segright label input {
        border: 0;
        background: none;
        font-size: 18px;
        cursor: pointer;
    }
    .todoten {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .todoten a {
        display: block;
        box-sizing: border-box;
        font-size: 14px;
        margin: 16px 0 0 0;
        padding: 0 5px 0 0;
        cursor: pointer;
    }
    .todoten a:nth-child(1) {
        text-align: left;
    }
    .segright p {
        font-size: 14px;
        line-height: 1.6;
        margin: 24px 0 0 0;
    }
    .header {
        /*width: 100%;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        height: 84px;
        padding: 0 96px 0 56px;
        border-bottom: #eff1f1 solid 1px;
        background-color: #fff;
        position: fixed;
        z-index: 999;
        top: 0;*/
        display: none;
    }
    .header button {
        display: none;
    }
    .header h1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        font-size: 30px;
        background-image: url("icons/selogo.png");
        background-repeat: no-repeat;
        background-position: 0% 50%;
        background-size: auto 40px;
        padding-left: 45px;
    }
    .header h1 text {
        font-size: 20px;
        margin: 0 0 0 14px;
        font-weight: normal;
    }
    .header h2 {
        font-size: 30px;
        background-image: url("icons/tubiao_jinbi.png");
        background-repeat: no-repeat;
        background-position: 0% 50%;
        background-size: auto 40px;
        padding-left: 45px;
    }
    .header p {
        font-size: 18px;
    }
    .boxmain {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        width: 100%;
        height: 100%;
        /* height: calc(100% - 84px);
        height: -webkit-calc(100% - 84px);
        height: -moz-calc(100% - 84px);*/
        position: absolute;
        top: 0;
    }
    .buntsleft {
        height: calc(100% - 84px);
        height: -webkit-calc(100% - 84px);
        height: -moz-calc(100% - 84px);
        width: 296px;
        box-sizing: border-box;
        padding: 30px 42px 0 0;
        position: fixed;
        top: 84px;
        overflow-y: auto;
        overflow-x: hidden;
        display: none;
    }
    .buntsleft li {
        width: 100%;
        height: 74px;
        box-sizing: border-box;
        padding: 0 0 0 28px;
        cursor: pointer;
    }
    .buntsleft li a {
        display: block;
        box-sizing: border-box;
        width: 100%;
        font-size: 18px;
        padding: 15px 0;
        position: relative;
    }
    .buntsleft li a span {
        display: block;
        width: 100%;
        position: relative;
        left: -28px;
        height: 48px;
        line-height: 48px;
        padding: 0 0 0 105px;
    }
    .buntsleft .theaction a span {
        padding: 0 0 0 101px;
    }
    .buntsleft li a .icon01 {
        background-image: url("icons/home.png");
        background-repeat: no-repeat;
        background-position: 60px 50%;
        background-size: auto 26px;
    }
    .buntsleft li a .icon02 {
        background-image: url("icons/gupiao.png");
        background-repeat: no-repeat;
        background-position: 60px 50%;
        background-size: auto 27px;
    }
    .buntsleft li a .icon03 {
        background-image: url("icons/navik.png");
        background-repeat: no-repeat;
        background-position: 60px 50%;
        background-size: auto 25px;
    }
    .buntsleft li a .icon04 {
        background-image: url("icons/daboxk.png");
        background-repeat: no-repeat;
        background-position: 60px 50%;
        background-size: auto 24px;
    }
    .buntsleft li a .icon05 {
        background-image: url("icons/tuichu.png");
        background-repeat: no-repeat;
        background-position: 60px 50%;
        background-size: auto 27px;
    }
    .buntsleft li a .icon06 {
        background-image: url("icons/huiyu.png");
        background-repeat: no-repeat;
        background-position: 60px 50%;
        background-size: auto 20px;
    }
    .buntsleft li a .icon07 {
        background-image: url("icons/pass.png");
        background-repeat: no-repeat;
        background-position: 60px 50%;
        background-size: auto 27px;
    }
    .buntsleft li a .icon08 {
        background-image: url("icons/user.png");
        background-repeat: no-repeat;
        background-position: 60px 50%;
        background-size: auto 28px;
    }
    .buntsleft li a .icon09 {
        background-image: url("icons/huiyu.png");
        background-repeat: no-repeat;
        background-position: 60px 50%;
        background-size: auto 20px;
    }
    .buntsleft li a .icon10 {
        background-image: url("icons/dengj.png");
        background-repeat: no-repeat;
        background-position: 60px 50%;
        background-size: auto 25px;
    }
    .buntsleft li a .icon11 {
        background-image: url("icons/userout.png");
        background-repeat: no-repeat;
        background-position: 60px 50%;
        background-size: auto 26px;
    }
    .buntsleft li a .icon12 {
        background-image: url("icons/quannum.png");
        background-repeat: no-repeat;
        background-position: 60px 50%;
        background-size: auto 20px;
    }
    .buntsleft li a .icon13 {
        background-image: url("icons/teacher.png");
        background-repeat: no-repeat;
        background-position: 60px 50%;
        background-size: auto 32px;
    }
    .buntsleft li a .icon14 {
        background-image: url("icons/ulist.png");
        background-repeat: no-repeat;
        background-position: 64px 50%;
        background-size: auto 24px;
    }
    .buntsleft li a .icon15 {
        background-image: url("icons/imall.png");
        background-repeat: no-repeat;
        background-position: 62px 50%;
        background-size: auto 18px;
    }
    .buntsleft li a .icon16 {
        background-image: url("icons/guquan.png");
        background-repeat: no-repeat;
        background-position: 62px 50%;
        background-size: auto 18px;
    }
    .buntsleft li a .icon17 {
        background-image: url("icons/guquan.png");
        background-repeat: no-repeat;
        background-position: 62px 50%;
        background-size: auto 18px;
    }
    .buntsleft li a .icon18 {
        background-image: url("icons/guquan.png");
        background-repeat: no-repeat;
        background-position: 62px 50%;
        background-size: auto 18px;
    }
    .buntsleft .theaction a .icon01 {
        background-image: url("icons/_home.png");
        background-repeat: no-repeat;
        background-position: 56px 50%;
        background-size: auto 26px;
    }
    .buntsleft .theaction a .icon02 {
        background-image: url("icons/_gupiao.png");
        background-repeat: no-repeat;
        background-position: 56px 50%;
        background-size: auto 27px;
    }
    .buntsleft .theaction a .icon03 {
        background-image: url("icons/_navik.png");
        background-repeat: no-repeat;
        background-position: 56px 50%;
        background-size: auto 25px;
    }
    .buntsleft .theaction a .icon04 {
        background-image: url("icons/_daboxk.png");
        background-repeat: no-repeat;
        background-position: 56px 50%;
        background-size: auto 24px;
    }
    .buntsleft .theaction a .icon05 {
        background-image: url("icons/_tuichu.png");
        background-repeat: no-repeat;
        background-position: 56px 50%;
        background-size: auto 27px;
    }
    .buntsleft .theaction a .icon06 {
        background-image: url("icons/_huiyu.png");
        background-repeat: no-repeat;
        background-position: 56px 50%;
        background-size: auto 20px;
    }
    .buntsleft .theaction a .icon07 {
        background-image: url("icons/_pass.png");
        background-repeat: no-repeat;
        background-position: 56px 50%;
        background-size: auto 27px;
    }
    .buntsleft .theaction a .icon08 {
        background-image: url("icons/_user.png");
        background-repeat: no-repeat;
        background-position: 56px 50%;
        background-size: auto 28px;
    }
    .buntsleft .theaction a .icon09 {
        background-image: url("icons/_huiyu.png");
        background-repeat: no-repeat;
        background-position: 56px 50%;
        background-size: auto 20px;
    }
    .buntsleft .theaction a .icon10 {
        background-image: url("icons/_dengj.png");
        background-repeat: no-repeat;
        background-position: 60px 50%;
        background-size: auto 25px;
    }
    .buntsleft .theaction a .icon11 {
        background-image: url("icons/_userout.png");
        background-repeat: no-repeat;
        background-position: 60px 50%;
        background-size: auto 26px;
    }
    .buntsleft .theaction a .icon12 {
        background-image: url("icons/_quannum.png");
        background-repeat: no-repeat;
        background-position: 56px 50%;
        background-size: auto 20px;
    }
    .buntsleft .theaction a .icon13 {
        background-image: url("icons/_teacher.png");
        background-repeat: no-repeat;
        background-position: 60px 50%;
        background-size: auto 32px;
    }
    .buntsleft .theaction a .icon14 {
        background-image: url("icons/_ulist.png");
        background-repeat: no-repeat;
        background-position: 64px 50%;
        background-size: auto 24px;
    }
    .buntsleft .theaction a .icon15 {
        background-image: url("icons/_imall.png");
        background-repeat: no-repeat;
        background-position: 62px 50%;
        background-size: auto 18px;
    }
    .buntsleft .theaction a .icon16 {
        background-image: url("icons/_guquan.png");
        background-repeat: no-repeat;
        background-position: 62px 50%;
        background-size: auto 18px;
    }
    .buntsleft .theaction a .icon17 {
        background-image: url("icons/_guquan.png");
        background-repeat: no-repeat;
        background-position: 62px 50%;
        background-size: auto 18px;
    }
    .buntsleft .theaction a .icon18 {
        background-image: url("icons/_guquan.png");
        background-repeat: no-repeat;
        background-position: 62px 50%;
        background-size: auto 18px;
    }
    .cenmain {
        /* width: calc(100% - 296px);
        width: -webkit-calc(100% - 296px);
        width: -moz-calc(100% - 296px);*/
        height: 100%;
        box-sizing: border-box;
        position: relative;
        width: 100%;
        left: 0px;
        padding: 0 0 0 32px;
    }
    #cenFrem {
        width: 100%;
        height: calc(100% - 4px);
        height: -webkit-calc(100% - 4px);
        height: -moz-calc(100% - 4px);
        box-sizing: border-box;
    }
    .hadpiao {
        width: 100%;
        box-sizing: border-box;
        padding: 48px 72px 0 0;
    }
    .hadpiao>h2 {
        width: 100%;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        font-weight: normal;
        font-size: 18px;
        padding: 0 5px 14px 8px;
        margin: 0 0 27px 0;
    }
    .hadpiao>h2 section a {
        border: 0;
        display: inline-block;
        font-size: 18px;
        background: none;
        padding: 4px 32px;
        box-sizing: border-box;
        cursor: pointer;
    }
    .hadpiao>h2 span button {
        outline: none;
        display: inline-block;
        font-size: 18px;
        border-radius: 5px;
        padding: 4px 32px;
        box-sizing: border-box;
        cursor: pointer;
    }
    .hadpiao>h2 span button+button {
        margin: 0 0 0 20px;
    }
    .hadpiao>h2 span a {
        display: inline-block;
        font-size: 16px;
        border-radius: 5px;
        padding: 6px 24px;
        box-sizing: border-box;
        cursor: pointer;
    }
    .hadpiao>h2 span a+a {
        margin: 0 0 0 20px;
    }
    .banerbox {
        width: 100%;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        margin: 0 0 36px 0;
    }
    .banerbox div {
        width: 23.5%;
        height: 138px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        font-size: 16px;
        border-radius: 8px;
    }
    .banerbox div+div {
        margin: 0 0 0 24px;
    }
    .banerbox div section span {
        font-size: 28px;
        margin: 0 20px 0 0;
    }
    .banerbox div section p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin: 0 0 8px 0;
    }
    .banerbox div section text {
        padding: 0 0 0 24px;
    }
    .banerbox div a {
        display: inline-block;
        font-size: 18px;
        padding: 6px 22px;
        border-radius: 5px;
        margin: 0 0 0 46px;
    }
    .banerdata {
        width: 100%;
        box-sizing: border-box;
        padding: 30px 100px 42px 70px;
        border-radius: 4px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        -webkit-align-items: flex-end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        font-size: 16px;
        margin: 0 0 30px 0;
    }
    .banerdata div p {
        font-size: 24px;
        margin: 25px 0 20px 0;
    }
    .banerdata section {
        text-align: right;
    }
    .banerdata section h4 {
        font-weight: normal;
        font-size: 26px;
        margin: 0 0 14px 0;
    }
    .banerdata section h4 text {
        font-size: 14px;
    }
    .banerdata section p span+span {
        margin: 0 0 0 36px;
    }
    .banerdata section h5 {
        font-weight: normal;
        font-size: 17px;
        margin: 0 0 14px 0;
    }
    .banerdata div h5 {
        font-weight: normal;
        font-size: 15px;
        margin: -8px 0 10px 0;
    }
    .itembox {
        display: none;
    }
    /*凭证*/
    .hadpiao h2 a {
        display: inline-block;
        font-size: 16px;
        padding: 8px 30px;
    }
    .hadpiao h2>a {
        border-radius: 6px;
    }
    .wathbox {
        width: 800px;
        box-sizing: border-box;
        margin: 30px auto 0 auto;
        padding: 20px;
        background-image: url("icons/huawen.jpg");
        background-repeat: no-repeat;
        background-position: 0% 0%;
        background-size: 100% 100%;
    }
    .twenbox {
        width: 100%;
        box-sizing: border-box;
        padding: 42px 0 0 0;
        background-image: url("icons/Upbg.png");
        background-repeat: no-repeat;
        background-position: 0% 0%;
        background-size: 100% auto;
    }
    .twenbox img {
        display: block;
        width: 65%;
        height: auto;
        margin: 0 auto;
    }
    .tewndow {
        width: 100%;
        box-sizing: border-box;
        background-image: url("icons/Downbg.png");
        background-repeat: no-repeat;
        background-position: 0% 100%;
        background-size: 100% auto;
        padding: 0 16px 18px 16px;
    }
    .twencen {
        width: 100%;
        box-sizing: border-box;
        background-image: url("icons/Linbg.png");
        background-repeat: repeat-y;
        background-position: 0% 0%;
        background-size: 100% auto;
        padding: 42px 54px;
    }
    .twencen>span {
        font-size: 28px;
    }
    .twencen>p {
        font-size: 28px;
        line-height: 1.6;
        text-indent: 2em;
        margin: 32px 0 0 0;
    }
    .twencen>h1 {
        text-align: center;
        font-size: 32px;
        margin: 42px 0 0 0;
    }
    .twencen>h4 {
        margin: 24px 0 0 0;
        line-height: 1.6;
    }
    .twencen>h4 span {
        margin: 0 10px 0 5px;
    }
    .twencen>p:last-child {
        text-indent: 0;
    }
    .tewndow div {
        width: 100%;
        box-sizing: border-box;
        background-image: url("icons/Bullribg.png");
        background-repeat: no-repeat;
        background-position: 0% 100%;
        background-size: 100% auto;
        padding: 30px 36px 54px 0;
        text-align: right;
    }
    .tewndow div span {
        display: inline-block;
        text-align: center;
        height: 140px;
        width: 30%;
        line-height: 1.6;
        background-image: url("icons/zhang.png");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: auto 140px;
        box-sizing: border-box;
        font-size: 26px;
        padding: 25px 0 0 0;
    }
    .dowbunt2 {
        display: block;
        border-radius: 4px;
        width: 150px;
        height: 48px;
        margin: 36px auto 48px auto;
    }
    .dowbunt2 input {
        width: 100%;
        height: 100%;
        font-size: 16px;
        outline: none;
        background: none;
        border: 0;
    }
    /*交易*/
    .sclist {
        width: 100%;
    }
    .sclist li {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        box-sizing: border-box;
        font-size: 16px;
        padding: 28px 64px 15px 64px;
        border-radius: 5px;
        margin: 0 0 20px 0;
    }
    .sclist li p {
        margin: 0 0 20px 0;
    }
    .sclist li section text {
        font-size: 20px;
    }
    .sclist li p text+text {
        margin: 0 0 0 10px;
    }
    .sclist li div {
        width: calc(100% - 300px);
        width: -webkit-calc(100% - 300px);
        width: -moz-calc(100% - 300px);
    }
    .sclist li div section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        width: 100%;
        margin: 0 0 24px 0;
    }
    .sclist li div section p {
        margin: 0 0 0 0;
    }
    .sclist li section p span {
        font-size: 32px;
    }
    .sclist li section p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        box-sizing: border-box;
    }
    .sclist li section p+p {
        margin: 0 0 0 20px;
    }
    .sclist li a {
        display: inline-block;
        font-size: 18px;
        padding: 12px 60px;
        border-radius: 4px;
    }
    .sclist li p span+span {
        margin: 0 0 0 36px;
    }
    .sclist li article {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
    .sclist li article button {
        display: inline-block;
        font-size: 18px;
        padding: 12px 60px;
        border-radius: 4px;
        margin: 0 0 20px 0;
        border: 0;
        outline: 0;
        cursor: pointer;
    }
    .buycar {
        background-image: url("icons/monycar.png");
        background-repeat: no-repeat;
        background-position: 0% 50%;
        background-size: auto 16px;
        padding-left: 26px;
    }
    .buyweb {
        background-image: url("icons/alibaicon.png");
        background-repeat: no-repeat;
        background-position: 0% 50%;
        background-size: auto 19px;
        padding-left: 29px;
    }
    .buusa {
        background-image: url("icons/usa.png");
        background-repeat: no-repeat;
        background-position: 0 50%;
        background-size: auto 21px;
        padding-left: 29px;
    }
    /*出让*/
    .inpulist {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        font-size: 16px;
        margin: 0 0 20px 0;
        width: 680px;
    }
    .inpulist+h6 {
        font-weight: normal;
        font-size: 16px;
        box-sizing: border-box;
        padding: 0 0 0 142px;
    }
    .inpulist2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        font-size: 16px;
        margin: 0 0 20px 0;
    }
    .inpulist span {
        display: block;
        width: 142px;
        box-sizing: border-box;
        text-align: right;
        padding: 0 20px 0 0;
    }
    .inpulist>a {
        margin: 0 0 0 30px;
        font-size: 14px;
        text-decoration: underline;
    }
    .inpulist2 span {
        display: block;
        width: 142px;
        box-sizing: border-box;
        text-align: right;
        padding: 0 20px 0 0;
    }
    .inpulist label {
        margin: 0 21px 0 0;
        box-sizing: border-box;
    }
    .in_radio {
        background: transparent !important;
        border: 0!important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        cursor: pointer;
    }
    .in_radio input[type=radio] {
        width: 16px;
        height: 16px;
        border: 0;
        outline: none;
        margin-right: 8px;
        background-image: url("icons/Noct.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 16px;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }
    .in_radio input[type=radio]:checked {
        background-image: url("icons/Yect.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 16px;
    }
    .in_gun {
        width: 720px;
        box-sizing: border-box;
        border-radius: 4px;
        padding: 18px 24px;
        margin-bottom: 30px;
    }
    .in_gun p {
        line-height: 1.6;
    }
    .in_gun p+p {
        margin-top: 12px;
    }
    .in_gun p span {
        display: inline-block;
        margin-right: 36px;
    }
    .in_gun+p {
        font-size: 14px;
        width: 100%;
        padding-left: 24px;
        margin: 16px 0 30px 0;
        line-height: 1.6;
    }
    .inset_school {
        width: 720px;
        box-sizing: border-box;
        font-size: 16px;
        padding: 20px 28px;
    }
    .inset_school strong {
        display: block;
        margin-bottom: 18px;
    }
    .inset_school span {
        display: block;
        margin-bottom: 14px;
    }
    .inset_school p {
        padding: 16px 0 10px 0;
    }
    .inpulist .qinw4 {
        width: 140px;
        margin: 0 16px 0 0;
    }
    .inpulist .qinw4+img {
        display: block;
        height: 32px;
        width: 100px;
        padding: 0;
        margin: 0;
    }
    .inpulist label+a {
        margin-left: 8px;
    }
    .inpulist text {
        font-size: 15px;
        margin: 0 0 0 14px;
    }
    .inpulist label input[type=text],
    .inpulist label input[type=password] {
        background: none;
        outline: none;
        border: 0;
        font-size: 16px;
        height: 36px;
        box-sizing: border-box;
        width: 260px;
        padding: 0 12px;
    }
    .inpulist .qinw4 input[type=text],
    .inpulist .qinw4 input[type=password] {
        background: none;
        outline: none;
        border: 0;
        font-size: 16px;
        height: 36px;
        box-sizing: border-box;
        width: 140px;
        padding: 0 12px;
    }
    .inpulist label select {
        background: none;
        outline: none;
        border: 0;
        font-size: 16px;
        height: 36px;
        box-sizing: border-box;
        width: 260px;
        padding: 0 12px;
    }
    .inpulist label select option {
        height: 32px;
    }
    .inpulist .qinw4+button {
        border: 0;
        width: 120px;
        outline: none;
        height: 32px;
        border-radius: 5px;
        cursor: pointer;
    }
    .inpulist .eaful {
        border: 0;
        width: 64px;
        outline: none;
        height: 30px;
        border-radius: 5px;
        cursor: pointer;
    }
    .inpulist2 label {
        background-image: url("icons/Noct.png");
        background-repeat: no-repeat;
        background-position: 0% 50%;
        background-size: auto 18px;
        font-size: 16px;
        padding: 0 0 0 6px;
        cursor: pointer;
    }
    .inpulist2 .wonum {
        background-image: url("icons/Yect.png");
        background-repeat: no-repeat;
        background-position: 0% 50%;
        background-size: auto 18px;
        font-size: 16px;
        padding: 0 0 0 6px;
        cursor: pointer;
    }
    .inpulist2 label+label {
        margin: 0 0 0 36px;
    }
    .inpulist2 label input {
        opacity: 0;
        filter: alpha(opacity=0);
        cursor: pointer;
    }
    .n_num {
        display: block;
        width: 200px!important;
        height: 200px!important;
        margin: 15px 0 12px 100px;
    }
    .inbuntbox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        box-sizing: border-box;
        margin: 64px 0 20px 0;
        padding: 0 0 0 160px;
    }
    .inbuntbox label {
        border-radius: 4px;
        box-sizing: border-box;
    }
    .inbuntbox label+label {
        margin: 0 0 0 40px;
    }
    .inbuntbox label input {
        background: none;
        outline: none;
        border: 0;
        font-size: 18px;
        height: 45px;
        width: 150px;
    }
    .uhide {
        display: none;
    }
    .inpulist .upfile {
        border: 0;
        height: 68px;
        width: 480px;
        background: none;
        background-image: url("icons/defile.png");
        background-repeat: no-repeat;
        background-position: 12px 50%;
        background-size: 68px 68px;
        cursor: pointer;
        position: relative;
    }
    .upfile input[type=file] {
        opacity: 0;
        filter: alpha(opacity=0);
        position: absolute;
        left: 0;
    }
    .inpulist .the_mun {
        width: 375px;
        height: auto;
        margin: 25px 0 0 160px;
        display: block;
    }
    .hadpiao>h2 section {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        bottom: -14px;
        box-sizing: border-box;
    }
    .hadpiao>h2 section button {
        font-size: 16px;
        outline: none;
        border: 0;
        background: none;
        cursor: pointer;
        padding: 0 34px 8px 34px;
    }
    .hadpiao>h2 section .tabaction {
        font-size: 18px;
        border-bottom: #f38718 solid 4px;
        color: #f38718;
    }
    .ongreen {
        display: inline-block;
        padding: 8px 36px;
        font-size: 16px;
        border-radius: 4px;
        margin: 0 0 20px 0;
    }
    .bessety {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        width: 864px;
    }
    .bessety article {
        width: 100%;
    }
    .bessety article+article {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        margin: 60px 0 0 0;
    }
    .bessety article+article section:first-child {
        padding-right: 20px;
    }
    .bessety article+article section+section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        padding: 0 0 0 100px;
        border-left: #d3d4d4 dashed 1px;
        font-size: 16px;
    }
    .bessety article+article section+section img {
        display: block;
        width: 294px;
        height: auto;
        margin: 0 0 25px 0;
    }
    .bessety article label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        font-size: 20px;
    }
    .bessety article label input[type=radio] {
        opacity: 0;
        filter: alpha(opacity=0);
        cursor: pointer;
    }
    .bessety article label {
        background-image: url("icons/Noct.png");
        background-repeat: no-repeat;
        background-position: 0% 50%;
        background-size: auto 18px;
        padding: 0 0 0 8px;
        margin: 0 0 24px 0;
        cursor: pointer;
    }
    .bessety article .wonum {
        background-image: url("icons/Yect.png");
        background-repeat: no-repeat;
        background-position: 0% 50%;
        background-size: auto 18px;
        padding: 0 0 0 8px;
        margin: 0 0 24px 0;
        cursor: pointer;
    }
    .bessety article label span {
        display: block;
        background-image: url("icons/monycar.png");
        background-repeat: no-repeat;
        background-position: 0% 50%;
        background-size: auto 20px;
        padding: 0 0 0 35px;
    }
    .bessety article p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        box-sizing: border-box;
        padding: 0 0 0 28px;
        margin: 0 0 20px 0;
        font-size: 18px;
    }
    .bessety article p span {
        font-size: 16px;
        display: block;
        width: 86px;
    }
    .bessety article+article label span {
        background-image: url("icons/alibaicon.png");
        background-repeat: no-repeat;
        background-position: 0% 50%;
        background-size: auto 25px;
    }
    .bessety article+article p span {
        width: 68px;
    }
    .bessety article+article p button {
        outline: none;
        border: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        font-size: 14px;
        width: 60px;
        height: 22px;
        border-radius: 4px;
        margin: 0 100px 0 28px;
    }
    .sellbox {
        width: 100%;
        box-sizing: border-box;
        padding: 10px 0 36px 24px;
        margin: 0 0 40px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .sellbox article {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        font-size: 16px;
    }
    .sellbox article button {
        display: inline-block;
        font-size: 16px;
        padding: 5px 25px;
        border-radius: 4px;
        border: 0;
        cursor: pointer;
        outline: none;
        margin: 16px 0 0 0;
    }
    .sellbox p {
        width: 50%;
        font-size: 16px;
        margin: 0 0 24px 0;
    }
    .sellbox p time {
        margin: 0 0 0 54px;
    }
    .sellbox section span text {
        font-size: 22px;
    }
    .sellbox section span {
        margin: 0 0 0 45px;
    }
    .sclist li>span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
    .sclist li>span text {
        display: block;
        margin: 0 0 18px 0;
        font-size: 18px;
    }
    .sclist li.user_vip div>p text:last-child {
        background-image: url("icons/vip3x.png");
        background-repeat: no-repeat;
        background-position: 100% 50%;
        background-size: 40px 16px;
        padding-right: 56px;
    }
    .chartybox {
        width: 100%;
        box-sizing: border-box;
        padding: 0 0 0 65px;
        font-size: 16px;
        border: transparent solid 1px;
        margin: 0 0 25px 0;
    }
    .chartybox>h5 {
        display: block;
        font-size: 18px;
        margin: 0 0 20px 0;
    }
    .chartybox>hr {
        width: 100%;
        height: 1px;
        border: 0;
        margin: 18px 0;
    }
    .chartybox p {
        margin: 16px 0 0 0;
    }
    .chartybox p text {
        display: inline-block;
        width: 115px;
    }
    .chartybox div {
        margin: 36px 0 34px 0;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    .chartybox div *+* {
        margin: 0 0 0 25px;
    }
    .v_cbunts1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        box-sizing: border-box;
        width: 260px;
        outline: none;
        font-size: 18px;
        cursor: pointer;
        border-radius: 4px;
        padding: 14px 22px;
    }
    .v_cbunts2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        box-sizing: border-box;
        width: 260px;
        outline: none;
        border: 0;
        font-size: 18px;
        cursor: pointer;
        border-radius: 4px;
        padding: 14px 22px;
    }
    .v_cbunts3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        box-sizing: border-box;
        width: 260px;
        outline: none;
        border: 0;
        font-size: 18px;
        cursor: pointer;
        border-radius: 4px;
        padding: 14px 22px;
    }
    .windimg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        margin: 36px 0 20px 0;
    }
    .windimg>img {
        display: block;
        width: 158px;
        height: 168px;
        margin: 0 16px 18px 0;
    }
    .inpulist+p {
        font-size: 16px;
        margin: 25px 0 0 0;
    }
    .itemsubnox {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        display: none;
    }
    .itmaeks {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        position: fixed;
        top: 0;
        left: 0;
    }
    .itmaeks div {
        padding: 30px 32px;
        font-size: 16px;
        border-radius: 4px;
    }
    .itmaeks div section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        width: 100%;
        margin: 30px 0 0 0;
    }
    .itmaeks div section *+* {
        margin-left: 30px;
    }
    .f_true {
        cursor: pointer;
        border: 0;
        border-radius: 4px;
        font-size: 16px;
        padding: 6px 30px;
        outline: none;
    }
    .f_false {
        cursor: pointer;
        border: 0;
        border-radius: 4px;
        font-size: 16px;
        padding: 6px 30px;
        outline: none;
    }
    /*忘记密码*/
    .retripassbox {
        width: 640px;
        box-sizing: border-box;
        margin: 50px auto 0 20%;
    }
    .terjuiop {
        width: 100%;
        position: relative;
        box-sizing: border-box;
        padding: 0 25px 20px 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin: 0 0 40px 0;
    }
    .terjuiop hr {
        border: 0;
        height: 2px;
        position: absolute;
        left: 0;
        bottom: -9px;
    }
    .terjuiop div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        font-size: 20px;
    }
    .terjuiop div span {
        font-size: 18px;
        width: 30px;
        height: 30px;
        margin: 0 20px 0 0;
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .kovebox {
        width: 100%;
        box-sizing: border-box;
        padding: 0 65px;
        font-size: 16px;
    }
    .onsuoya {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin: 0 0 21px 0;
    }
    .onsuoya span {
        display: block;
        box-sizing: border-box;
        padding: 0 20px 0 0;
        width: 116px;
        text-align: right;
    }
    .l_text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        box-sizing: border-box;
        padding: 0 16px;
        height: 42px;
        width: 400px;
    }
    .l_text input {
        font-size: 18px;
        width: 100%;
        border: 0;
        background: none;
        outline: none;
    }
    .l_w5 {
        width: 200px;
    }
    .l_bunt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        width: 150px;
        height: 42px;
        cursor: pointer;
        border-radius: 5px;
        margin: 0 0 0 22px;
    }
    .l_bunt button,
    .l_bunt input {
        background: none;
        border: 0;
        font-size: 18px;
        outline: none;
        cursor: pointer;
    }
    .sheche {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        margin: 75px 0 0 0;
    }
    .sheche label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        width: 150px;
        height: 42px;
        box-sizing: border-box;
        border-radius: 5px;
        cursor: pointer;
    }
    .sheche label * {
        outline: none;
        background: none;
        border: 0;
        font-size: 18px;
        cursor: pointer;
    }
    .finimg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        width: 100%;
        font-size: 16px;
        margin: 60px 0 80px 0;
    }
    .finimg img {
        height: 48px;
        margin: 0 24px 0 0;
    }
    .transpage {
        width: 100%;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        font-size: 16px;
        padding: 80px 0 0 0;
    }
    .transpage img {
        display: block;
        height: 115px;
        margin: 0 0 30px 0;
    }
    .transpage span {
        font-size: 22px;
    }
    .transpage p {
        margin: 15px 0 24px 0;
    }
    .transpage time {
        font-size: 18px;
    }
    .transpage>strong {
        font-size: 24px;
        display: block;
        margin-top: 20px;
    }
    .beelimg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        font-size: 16px;
        margin: 0 0 20px 0;
        width: 680px;
    }
    .beelimg>div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .beelimg span {
        display: block;
        width: 142px;
        box-sizing: border-box;
        text-align: right;
        padding: 0 20px 0 0;
    }
    .idimg1 {
        display: block;
        width: 200px;
        height: 128px;
        position: relative;
        background-image: url("icons/idim01.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 200px 128px;
    }
    .idimg2 {
        display: block;
        width: 200px;
        height: 128px;
        position: relative;
        background-image: url("icons/idim02.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 200px 128px;
        margin-left: 40px;
    }
    .beelimg input {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        z-index: 999;
    }
    .beelimg>img {
        width: 100%;
        height: 100%;
    }
    /*代理协议*/
    .downpage {
        width: 720px;
        box-sizing: border-box;
    }
    .dowt_top {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        box-sizing: border-box;
        height: 80px;
        padding: 0 36px;
        font-size: 16px;
        border-radius: 5px;
    }
    .dowt_top+.dowt_top {
        margin-top: 20px;
    }
    .dowt_top h4 {
        font-weight: normal;
        font-size: 18px;
    }
    .dowt_top button {
        font-size: 16px;
        display: inline-block;
        border-radius: 4px;
        padding: 5px 20px;
        outline: none;
        border: 0;
        cursor: pointer;
    }
    .dowt_cent {
        width: 100%;
        box-sizing: border-box;
    }
    .dowt_d {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        width: 100%;
        box-sizing: border-box;
        padding: 25px 30px;
        font-size: 16px;
        border-radius: 5px;
        margin-top: 30px;
    }
    .dowt_d a {
        display: block;
        padding: 5px 20px;
        border-radius: 5px;
    }
    .dowhttp {
        width: 100%;
        box-sizing: border-box;
        padding: 25px 30px 10px 30px;
        margin-top: 30px;
        margin-bottom: 40px;
        float: left;
    }
    .dowhttp h3 {
        font-weight: normal;
        font-size: 16px;
        padding-bottom: 8px;
        margin-bottom: 25px;
    }
    .dowhttp div {
        float: left;
    }
    .dowhttp div label {
        display: block;
        width: 100px;
        height: 100px;
        background-image: url("icons/defile.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        float: left;
    }
    .dowhttp div label input {
        font-size: 16px;
        width: 80px;
        opacity: 0;
        filter: alpha(opacity=0);
    }
    .dowhttp div>span {
        display: block;
        width: 180px;
        margin: 0 20px 20px 0;
        position: relative;
        float: left;
    }
    .dowhttp div>span a {
        border: 0;
        outline: none;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-image: url("icons/clouse.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 24px 24px;
        position: absolute;
        z-index: 2;
        right: -5px;
        top: -5px;
    }
    .dowhttp div span img {
        display: block;
        width: 100%;
        height: auto;
    }
    .dowhtsum {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        width: 200px;
        height: 46px;
        border-radius: 5px;
        margin: 36px auto;
    }
    .dowhtsum input {
        outline: none;
        border: 0;
        background: none;
        font-size: 16px;
    }
    .shuo_m {
        width: 100%;
        padding: 25px 0 30px 0;
    }
    .shuo_m h4 {
        width: 100%;
        font-size: 18px;
        font-weight: normal;
        box-sizing: border-box;
        padding: 0 0 0 100px;
        margin-bottom: 12px;
    }
    .shuo_m p {
        line-height: 1.6;
        box-sizing: border-box;
        padding: 0 0 0 100px;
    }
    .shuo_m section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin-top: 25px;
    }
    .shuo_m section img {
        display: block;
        margin: 20px 0;
        width: 240px;
        height: auto;
    }
    .d_items {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 999;
        display: none;
    }
    .d_items div {
        height: 100%;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .d_items div img {
        width: 720px;
        height: auto;
    }
    .shuo_m video {
        display: block;
        width: 480px;
        height: auto;
        margin: auto;
        object-fit: fill;
    }
    .dowt_d label {
        display: inline-block;
        position: relative;
        padding: 5px 20px;
        font-size: 16px;
        border-radius: 5px;
    }
    .dowt_d label input {
        position: absolute;
        width: 30px;
        opacity: 0;
        filter: alpha(opacity=0);
    }
    .shuo_m span {
        display: block;
        text-align: center;
        margin: 25px 0 20px 0;
    }
    .downpage form video {
        display: block;
        width: 480px;
        height: auto;
        margin: 35px auto;
        object-fit: fill;
    }
    .s-black {
        display: none;
    }
    .banerbox section .prots {
        position: relative;
        cursor: pointer;
        background-image: url("icons/wenhao.png");
        background-repeat: no-repeat;
        background-position: right;
        background-size: 16px;
        padding-right: 20px;
    }
    .banerbox section .prots span {
        position: absolute;
        right: -80px;
        top: 30px;
        z-index: 999;
        width: 160px;
        box-sizing: border-box;
        font-size: 14px;
        padding: 8px 12px;
        border-radius: 5px;
        line-height: 1.6;
        display: none;
    }
    .banerbox section .prots span::before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-top: transparent solid 6px;
        border-right: transparent solid 6px;
        border-left: transparent solid 6px;
        border-bottom: #1c7aab solid 6px;
        position: absolute;
        top: -12px;
        left: 75px;
    }
    /*股权登记流程*/
    .mincehider:last-child {
        margin-top: 40px;
    }
    .mincehider>h1 {
        font-weight: normal;
        font-size: 20px;
        box-sizing: border-box;
        width: 100%;
        padding-left: 10px;
        margin-bottom: 40px;
    }
    .dowhite {
        width: 98%;
        box-sizing: border-box;
        padding: 25px 50px;
        margin: 30px 2% 35px 0;
    }
    .dowhite>h5 {
        width: 100%;
        text-align: center;
        font-weight: normal;
        font-size: 20px;
        margin: 0 0 40px 0;
    }
    .dowhite>h2 {
        font-weight: normal;
        font-size: 16px;
        width: 100%;
        position: relative;
        margin-bottom: 50px;
    }
    .dowhite>h2 a {
        display: inline-block;
        min-width: 120px;
        text-align: center;
        position: relative;
        padding: 13px 0;
        cursor: pointer;
    }
    .inbunts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin: 40px 0 80px 0;
        box-sizing: border-box;
        padding: 0 0 0 300px;
    }
    .inbunts a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        font-size: 18px;
        width: 150px;
        height: 45px;
        border-radius: 4px;
        box-sizing: border-box;
    }
    .inbunts a+a {
        margin-left: 65px;
    }
    .maintext {
        margin: 50px 0 0 0;
    }
    .maintext>span {
        display: block;
        font-size: 18px;
    }
    .maintext>p {
        display: block;
        font-size: 16px;
        line-height: 1.6;
        margin: 18px 0 18px 0;
    }
    .maintext>p text {
        display: block;
        text-indent: 2em;
    }
    .maintext>text {
        display: block;
        font-size: 16px;
        margin: 18px 0 24px 0;
    }
    .maintext>h6 {
        font-size: 16px;
        margin: 18px 0 0 0;
    }
    .linecilo2 {
        display: none;
    }
    .linecilo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        box-sizing: border-box;
    }
    .linecilo div {
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .linecilo div section {
        box-sizing: border-box;
        padding: 0 40px;
    }
    .linecilo div section p {
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .linecilo div section p span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        width: 24px;
        height: 24px;
        font-size: 14px;
        border-radius: 50%;
        margin: 0 0 8px 0;
        position: relative;
        top: -12px;
    }
    .linecilo div>p {
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .linecilo div>p text {
        display: block;
        font-size: 16px;
        width: 96px;
        text-align: center;
    }
    .linecilo div>p text+text {
        margin-left: 40px;
    }
    .vedomin {
        width: calc(100% - 72px);
        width: -webkit-calc(100% - 72px);
        width: -moz-calc(100% - 72px);
        padding: 25px 32px;
        box-sizing: border-box;
    }
    .vedomin>h3 {
        font-weight: normal;
        font-size: 20px;
        width: 100%;
        text-align: center;
        padding: 0 0 16px 0;
    }
    .vi-name {
        font-size: 18px;
        font-weight: normal;
        margin: 32px 0 10px 0;
    }
    .vi-warte {
        width: 100%;
        box-sizing: border-box;
        padding: 20px 0;
        font-size: 16px;
    }
    .vi-warte h5 {
        width: 100%;
        box-sizing: border-box;
        font-size: 18px;
        margin: 0 0 20px 0;
    }
    .vi-warte div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        box-sizing: border-box;
        padding: 0 0 0 30px;
    }
    .vi-warte div+div {
        margin: 20px 0 0 0;
    }
    .vi-warte div+h5 {
        margin-top: 30px;
    }
    .vi-warte div p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .vi-warte div p span {
        font-size: 20px;
    }
    .vi-warte div p text {
        margin: 0 0 0 30px;
    }
    .infeebunts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        width: 100%;
        box-sizing: border-box;
        margin: 60px 0 50px 0;
        padding: 0 75px 0 0;
    }
    .infeebunts *+* {
        margin-left: 64px;
    }
    .inbunwite {
        box-sizing: border-box;
        cursor: pointer;
        font-size: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        width: 150px;
        height: 45px;
        border-radius: 4px;
        outline: none;
    }
    .inorages {
        box-sizing: border-box;
        cursor: pointer;
        font-size: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        width: 150px;
        height: 45px;
        border-radius: 4px;
        outline: none;
        border: 0;
    }
    .inorages2 {
        box-sizing: border-box;
        cursor: pointer;
        font-size: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        width: 200px;
        height: 45px;
        border-radius: 4px;
        outline: none;
        border: 0;
    }
    .inorages3 {
        box-sizing: border-box;
        cursor: pointer;
        font-size: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        width: 150px;
        height: 45px;
        border-radius: 4px;
        outline: none;
        border: 0;
    }
    .inorages>input[type=submit] {
        box-sizing: border-box;
        cursor: pointer;
        font-size: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        width: 150px;
        height: 45px;
        border-radius: 4px;
        outline: none;
        border: 0;
        background: none;
        color: #fff;
    }
    .vi-sinu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        font-size: 16px;
        padding: 21px 0 30px 0;
    }
    .vi-sinu>label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        position: relative;
        width: 100%;
        cursor: pointer;
        margin: 28px 0 0 0;
        background-image: url("icons/Noct.png");
        background-repeat: no-repeat;
        background-position: 16px 50%;
        background-size: 16px auto;
        box-sizing: border-box;
        padding: 0 0 0 45px;
    }
    .vi-sinu .theris {
        background-image: url("icons/Yect.png");
        background-repeat: no-repeat;
        background-position: 16px 50%;
        background-size: 16px auto;
    }
    .vi-sinu label input[type=radio] {
        font-size: 18px;
        cursor: pointer;
        position: absolute;
        opacity: 0;
        filter: alpha(opacity=0);
    }
    .vi-sinu label text {
        font-size: 16px;
        margin: 0 0 0 40px;
    }
    .vi-sinu p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .vi-sinu p img {
        height: 20px;
        margin: 0 8px 0 0;
    }
    .vi-sinu+.vi-warte {
        margin-bottom: 40px;
    }
    .vi-sinu>div {
        margin: 30px 0 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .vi-sinu>div label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        box-sizing: border-box;
        width: 120px;
        height: 32px;
        padding: 0 8px;
        margin: 0 20px 0 0;
    }
    .vi-sinu>div label input[type=text] {
        font-size: 16px;
        border: 0;
        background: none;
        outline: none;
    }
    .vmslet {
        width: 1200px;
        margin: 54px auto;
        box-sizing: border-box;
    }
    .vmslet div {
        font-size: 16px;
        padding-bottom: 25px;
    }
    .vmslet div+div {
        margin: 24px 0 0 0;
    }
    .vmslet div p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .vmslet div p+p {
        margin: 25px 0 0 0;
    }
    .vmslet div p text {
        display: block;
        width: 100px;
    }
    .vmslet div p img {
        height: 20px;
        margin: 0 8px 0 0;
    }
    .mitenox {
        width: 100%;
        z-index: 999;
        position: fixed;
        height: 100%;
        display: none;
    }
    .hunitey {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }
    .syongjer {
        box-sizing: border-box;
        padding: 0 22px 30px 22px;
        border-radius: 5px;
    }
    .mhead {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        width: 100%;
        box-sizing: border-box;
        padding: 18px 5px;
        margin: 0 0 24px 0;
    }
    .mhead h2 {
        font-size: 18px;
        border: 0;
    }
    .mhead text {
        display: block;
        width: 24px;
    }
    .mhead span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        width: 24px;
        height: 24px;
        font-size: 18px;
        border-radius: 50%;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        cursor: pointer;
    }
    .mhead+p {
        font-size: 18px;
        text-indent: 2em;
        line-height: 1.8;
        margin: 0 0 32px 0;
    }
    .s-bunts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
    .s-bunts *+* {
        margin: 0 0 0 50px;
    }
    .s-oragbun {
        outline: none;
        box-sizing: border-box;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        width: 150px;
        height: 40px;
        font-size: 18px;
        border-radius: 20px;
    }
    .s-ybunts {
        outline: none;
        box-sizing: border-box;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        width: 150px;
        height: 40px;
        font-size: 18px;
        border-radius: 20px;
    }
    .d-killthe {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        font-size: 18px;
        margin: 180px 0 0 0;
    }
    .d-killthe img {
        display: block;
        width: 58px;
        height: 58px;
        margin: 0 30px 0 0;
    }
    .g-serfull {
        width: 100%;
        box-sizing: border-box;
        padding: 45px 0;
    }
    .g-seinput {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        font-size: 16px;
        margin: 0 0 21px 0;
    }
    .g-seinput span {
        margin: 0 8px 0 0;
    }
    .g-seinput input[type=text] {
        box-sizing: border-box;
        outline: none;
        font-size: 18px;
        padding: 10px 20px;
        width: 458px;
    }
    .g-seinput p {
        font-size: 18px;
        padding: 10px 20px;
        width: 458px;
    }
    .tc-down {
        width: 100%;
        box-sizing: border-box;
        padding: 45px 0 36px 0;
    }
    .tc-down p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        font-size: 16px;
        margin: 0 0 16px 0;
    }
    .tc-down p span {
        display: block;
        width: 240px;
        box-sizing: border-box;
        background-image: url("icons/pdfr.png");
        background-repeat: no-repeat;
        background-position: left;
        background-size: auto 29px;
        height: 44px;
        line-height: 44px;
        padding: 0 0 0 42px;
    }
    .tc-down p a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        width: 142px;
        height: 36px;
        font-size: 16px;
        box-sizing: border-box;
        padding-right: 30px;
        background-image: url("icons/bluebunt.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 142px 36px;
    }
    .img-ups {
        width: 100%;
        box-sizing: border-box;
        padding: 42px 0 20px 0;
    }
    .img-ups h3 {
        font-size: 18px;
        font-weight: normal;
        margin: 0 0 18px 0;
    }
    .dc-upim {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        position: relative;
        margin: 0 0 65px 0;
    }
    .dt-upim {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        font-size: 16px;
    }
    .dt-upim+.dt-upim {
        margin: 0 0 0 80px;
    }
    .dt-upim label {
        display: block;
        width: 108px;
        height: 121px;
        position: relative;
        margin: 30px 0 0 0;
        background-image: url("icons/defile.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 108px 121px;
    }
    .dt-upim label input[type=file] {
        position: absolute;
        z-index: 999;
        width: 100px;
        opacity: 0;
        filter: alpha(opacity=0);
    }
    .dt-upim label img {
        display: block;
        width: 100%;
        height: 100%;
    }
    .img-ups>p {
        font-size: 16px;
        margin: 0 0 15px 0;
    }
    .img-ups>span {
        font-size: 16px;
    }
    .pic-ibox {
        width: 100%;
        box-sizing: border-box;
    }
    .pic-ibox p {
        font-size: 16px;
        margin: 0 0 24px 0;
    }
    .pic-ibox span {
        display: block;
        margin: 0 0 30px 0;
    }
    .pic-ibox span img {
        width: 230px;
        height: auto;
    }
    .text-r {
        padding: 25px 0 25px 0;
        font-size: 18px;
    }
    .text-r p+p {
        margin: 18px 0 0 0;
    }
    .tgui-rt {
        padding: 32px 0 0 20px;
    }
    .tgui-rt>p {
        font-size: 16px;
        margin: 0 0 30px 0;
    }
    .tglin-h {
        box-sizing: border-box;
        position: relative;
    }
    .tglin-h div section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin: 0 0 14px 0;
    }
    .tglin-h div section span {
        display: block;
        box-sizing: border-box;
        width: 9px;
        height: 9px;
        border-radius: 50%;
        margin: 0 25px 0 0;
    }
    .tglin-h div section time {
        font-size: 16px;
    }
    .tglin-h div p {
        box-sizing: border-box;
        padding: 0 0 0 34px;
        font-size: 16px;
    }
    .tglin-h div {
        margin: 0 0 40px 0;
        position: relative;
        left: -5px;
    }
    .tglin-h div:first-child section span {
        width: 19px;
        height: 19px;
        border-radius: 50%;
        background-image: url("icons/cvc.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 19px;
    }
    .tglin-h div:first-child section {
        position: relative;
        left: -5px;
    }
    .swblinew1 {
        width: 1090px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        box-sizing: border-box;
        margin: 50px auto 40px auto;
        padding-right: 78px;
    }
    .swblinew1>div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        width: 14.28%;
    }
    .swblinew1>div section {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin: 0 0 24px 0;
        font-size: 20px;
    }
    .swblinew1>div section span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        font-size: 18px;
        border-radius: 50%;
    }
    .swblinew1>div section hr {
        height: 2px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        border: 0;
    }
    .swblinew2 {
        width: 900px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        box-sizing: border-box;
        margin: 50px auto 40px auto;
    }
    .swblinew2>div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        width: 20%;
    }
    .swblinew2>div section {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin: 0 0 24px 0;
        font-size: 20px;
    }
    .swblinew2>div section span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        font-size: 18px;
        border-radius: 50%;
    }
    .swblinew2>div section hr {
        height: 2px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        border: 0;
    }
    .thevicer {
        width: 100%;
        box-sizing: border-box;
        margin: 0 0 32px 0;
    }
    .thevicer h6 {
        font-weight: normal;
        font-size: 16px;
        margin: 0 0 18px 0;
    }
    .theimbox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }
    .theimbox>label {
        display: block;
        position: relative;
        width: 110px;
        height: 120px;
        background-image: url("icons/filimup.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 110px 120px;
    }
    .theimbox>label input[type=file] {
        width: 100px;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        filter: alpha(opacity=0);
    }
    .theimbox2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }
    .theimbox2>label {
        display: block;
        position: relative;
        width: 200px;
        height: 120px;
    }
    .theimbox2>label>input[type=file] {
        width: 100px;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        filter: alpha(opacity=0);
    }
    .theimbox2>label>img {
        width: 100%;
        height: 100%;
    }
    .theimbox2>label div {
        width: 100%;
        height: 100%;
    }
    .theimbox2>label div img {
        width: 100%;
        height: 100%;
    }
    .theimbox .im-boxs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        box-sizing: border-box;
    }
    .theimbox .im-boxs div {
        width: 115px;
        height: 120px;
        margin: 0 25px 30px 0;
    }
    .theimbox .im-boxs div img {
        width: 100%;
        height: 100%;
    }
    .lavtext {
        width: 100%;
        box-sizing: border-box;
    }
    .lavtext span {
        display: block;
        font-size: 18px;
        margin: 0 0 12px 0;
    }
    .lavtext p {
        font-size: 16px;
        line-height: 1.6;
        margin: 0 0 20px 0;
    }
    .lavtext .snewcolor2 {
        display: none;
    }
    .flomar {
        box-sizing: border-box;
        padding: 0 50px;
        margin: 0 0 50px 0;
    }
    .tc-pjyon {
        width: 100%;
        box-sizing: border-box;
    }
    .tc-pjyon>h3 {
        font-size: 18px;
        margin: 0 0 18px 0;
    }
    .tc-pjyon p {
        line-height: 2.4;
        font-size: 16px;
    }
    .conameu {
        width: 100%;
        font-size: 18px;
        font-weight: normal;
        padding: 0 0 0 10px;
        margin: 24px 0;
    }
    .coninputy {
        width: calc(100% - 72px);
        width: -webkit-calc(100% - 72px);
        width: -moz-calc(100% - 72px);
        box-sizing: border-box;
        padding: 45px 40px;
    }
    .coninputy div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        font-size: 18px;
        margin: 0 0 24px 0;
    }
    .coninputy div button {
        font-size: 16px;
        display: block;
        width: 122px;
        height: 38px;
        line-height: 38px;
        outline: none;
        border: 0;
        border-radius: 4px;
        text-align: center;
        margin: 0 22px 0 30px;
    }
    .coninputy div sub {
        box-sizing: border-box;
        display: block;
        width: 150px;
        height: 38px;
        line-height: 38px;
        font-size: 16px;
        text-align: center;
        border-radius: 4px;
    }
    .coninputy section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        font-size: 18px;
    }
    .coninputy section input {
        outline: none;
        box-sizing: border-box;
        width: 236px;
        height: 42px;
        border-radius: 4px;
        padding: 0 10px;
        font-size: 18px;
    }
    .coninputy section a {
        font-size: 15px;
        box-sizing: border-box;
        background: none;
        outline: none;
        margin: 0 0 0 20px;
        border: 0;
        cursor: pointer;
    }
    .befopr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        border-radius: 4px;
        width: 150px;
        height: 42px;
        font-size: 18px;
        margin: 45px 0 0 108px;
    }
    .befopr input {
        font-size: 18px;
        outline: none;
        background: none;
        border: 0;
    }
    .coninputy .cument {
        margin: 24px 0 0 0;
    }
    .coninputy .cument input {
        outline: none;
        box-sizing: border-box;
        width: 150px;
        height: 42px;
        border-radius: 4px;
        padding: 0 10px;
        font-size: 18px;
    }
    .coninputy .cument img {
        height: 42px;
        margin: 0 12px 0 0;
    }
    .coninputy .cument button {
        background: none;
        width: 60px;
    }
    .coninputy2 {
        width: calc(100% - 72px);
        width: -webkit-calc(100% - 72px);
        width: -moz-calc(100% - 72px);
        box-sizing: border-box;
        padding: 45px 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        font-size: 18px;
    }
    .coninputy2 img {
        height: 60px;
        margin: 0 30px 0 0;
    }
    .uhide {
        display: none;
    }
    .betguiter {
        width: 100%;
        box-sizing: border-box;
        margin: 0 0 36px 0;
    }
    .forcbox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        /* -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;*/
    }
    .forcbox .addheight {
        width: 24%;
    }
    .forcbox .addheight+.addheight {
        margin-left: 1%;
    }
    .forcbox .addheight article {
        height: 80px;
    }
    .forcbox .addheight article a {
        padding: 4px 12px;
        display: inline-block;
        margin-left: 32px;
        font-size: 14px;
        border-radius: 4px;
    }
    .marbotm {
        margin-bottom: -40px;
    }
    .forcbox div {
        box-sizing: border-box;
        border-radius: 5px;
        margin: 0 0 20px 0;
    }
    .forcbox div+div {
        margin-left: 1%;
    }
    .forcbox>.fc_w19 {
        width: 19%;
    }
    .forcbox>.fc_w25 {
        width: 24%;
    }
    .forcbox>.fc_w30 {
        width: 32%;
    }
    .forcbox>.fc_w50 {
        width: 49.5%;
    }
    .forcbox>.fc_w100 {
        width: 100%;
    }
    .forcbox div section {
        width: 100%;
        height: 42px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        font-size: 18px;
        box-sizing: border-box;
        border-radius: 5px 5px 0 0;
        padding: 0 14px;
    }
    .forcbox div section span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .forcbox div section span img {
        height: 21px;
        cursor: pointer;
    }
    .forcbox div section span a {
        display: block;
        text-align: center;
        padding: 4px 20px;
        border-radius: 5px;
        font-size: 16px;
        margin: 0 0 0 12px;
    }
    .forcbox div article {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        padding: 0 16px;
        box-sizing: border-box;
        font-size: 20px;
        height: 120px;
    }
    .forcbox div article p {
        text-align: center;
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .forcbox div article p+p {
        margin: 8px 0 0 0;
    }
    .forcbox div article p span {
        font-size: 24px;
    }
    .new_for>span {
        display: block;
        margin-top: 10px;
        font-size: 16px !important;
    }
    .new_for>strong {
        font-size: 22px;
    }
    .forcbox div h5 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        width: 100%;
        font-weight: normal;
        font-size: 14px;
        margin: 12px 0 0 0;
    }
    .forcbox div h5 text {
        display: inline-block;
        margin-bottom: 5px;
    }
    .forcbox div h5 a {
        text-decoration: underline;
    }
    .for_por_bunt {
        display: inline-block;
        box-sizing: border-box;
        border: 0;
        border-radius: 5px;
        font-size: 14px;
        height: 26px;
        line-height: 24px;
        padding: 0 16px;
        cursor: pointer;
    }
    .for_por_bunt+.for_por_bunt {
        margin-left: 15px;
    }
    .ftop_box {
        width: 100%;
        box-sizing: border-box;
        margin: 0 0 24px 0;
    }
    .h2_names {
        width: 100%;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        font-size: 18px;
        margin: 0 0 20px 0;
        padding: 8px 10px;
    }
    .h2_names img {
        height: 20px;
        width: auto;
        margin: 0 12px 0 0;
    }
    .betguiter>a {
        display: block;
        box-sizing: border-box;
        width: 100%;
        text-align: center;
        font-size: 26px;
        padding: 24px 0;
    }
    .itybox {
        display: none;
    }
    .defullp {
        width: 100%;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        font-size: 18px;
        margin: 0 0 30px 0;
        padding: 0 5px 10px 5px;
    }
    .defullp p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .defullp p>img {
        width: auto;
        height: 24px;
        cursor: pointer;
        margin: 0 0 0 10px;
    }
    .defullp p span {
        font-size: 22px;
        margin: 0 5px 0 0;
    }
    /*分页样式*/
    .box {
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin: 60px 0 70px 0;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
    .box button {
        padding: 0 10px;
        margin: 0 10px;
        height: 40px;
        float: left;
        cursor: pointer;
        border: 1px solid #ebebeb;
        background-color: #ffffff;
    }
    .box .first-page,
    .box .last-page {
        margin: 0;
    }
    .box .pageWrap {
        height: 40px;
        float: left;
        overflow: hidden;
    }
    .box .pageWrap ul {
        width: 100000px;
        height: 40px;
        float: left;
    }
    .box .pageWrap ul li {
        width: 60px;
        height: 40px;
        border: 1px solid #ebebeb;
        background-color: #fff;
        line-height: 40px;
        box-sizing: border-box;
        cursor: pointer;
        float: left;
    }
    .box .pageWrap ul .sel-page {
        background-color: #ee861b;
        color: #fff;
    }
    .box .jump-text {
        width: 60px;
        height: 40px;
        box-sizing: border-box;
        text-align: center;
        margin: 0 5px;
        float: left;
    }
    .box .jump-button {
        margin: 0;
        float: left;
    }
    .box .total-pages,
    .box .total-count {
        margin-left: 10px;
        float: left;
        font-size: 14px;
    }
    .bwentxt {
        width: 100%;
        margin: 45px 0 30px 0;
    }
    .bwentxt h3 {
        font-size: 18px;
        font-weight: normal;
    }
    .bwentxt p {
        line-height: 2;
        font-size: 16px;
        margin: 15px 0 0 0;
    }
    .leftbox2 {
        display: none;
    }
    .sharewitbox {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        box-sizing: border-box;
        padding: 36px 0 0 0;
        position: relative;
    }
    .shareleft {
        width: 100%;
        margin: 0 45px 0 0;
        box-sizing: border-box;
    }
    .shareleft h1 {
        font-weight: normal;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        box-sizing: border-box;
        padding-left: 10px;
        font-size: 22px;
    }
    .shareleft h1 .sherbun {
        font-size: 18px;
        outline: none;
        background: none;
        border: 0;
        cursor: pointer;
        text-decoration: underline;
        margin: 0 0 0 24px;
    }
    .shareleft>p {
        margin: 24px 0 0 0;
        font-size: 18px;
        box-sizing: border-box;
        padding-left: 10px;
    }
    .shareleft>p text {
        margin: 0 5px 0 0;
    }
    .shareleft>p>a {
        margin: 0 0 0 30px;
        text-decoration: underline;
    }
    .shareleft article {
        box-sizing: border-box;
        width: 100%;
        border-radius: 5px;
        padding: 30px 36px;
        margin: 45px 0 40px 0;
    }
    .shareleft article p {
        font-size: 18px;
        line-height: 2.6;
    }
    .prodmline {
        width: 100%;
        box-sizing: border-box;
        margin: 60px 0 0 0;
    }
    .promlinebg {
        width: 100%;
        box-sizing: border-box;
        height: 18px;
        border-radius: 10px;
        position: relative;
    }
    .textshux {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 99;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .textshux text {
        display: block;
        height: 100%;
        width: 50%;
        box-sizing: border-box;
    }
    .sumprom {
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 10px 0 0 10px;
        box-sizing: border-box;
    }
    .sumprom span {
        float: right;
        position: relative;
        right: -25px;
        top: -35px;
        font-size: 24px;
        min-width: 45px;
        display: block;
        text-align: center;
        box-sizing: border-box;
    }
    @supports(width: 100%) {
        .sumprom {
            border-radius: 10px;
        }
    }
    .promparents {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        font-size: 18px;
        margin: 16px 0 0 0;
    }
    .promparents span:first-child {
        opacity: 1;
        filter: alpha(opacity=1);
    }
    .shareleft>article h3 {
        width: 100%;
        font-weight: normal;
        font-size: 24px;
        text-align: center;
    }
    .hadiser {
        margin: 30px 0 0 0;
    }
    .hadiser li {
        width: 100%;
        box-sizing: border-box;
        padding: 30px 12px 36px 14px;
    }
    .hadiser li>div {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        box-sizing: border-box;
    }
    .hadiser li>div section h4 {
        font-weight: normal;
        font-size: 22px;
    }
    .hadiser li>div section h5 {
        font-weight: normal;
        font-size: 18px;
        margin: 24px 0 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .hadiser li>div section h5 a {
        display: inline-block;
        border-radius: 5px;
        font-size: 16px;
        width: 100px;
        padding: 8px 0;
        text-align: center;
        margin: 0 0 0 32px;
    }
    .hadiser li>div span {
        font-size: 20px;
    }
    .hadiser li>p {
        width: 100%;
        box-sizing: border-box;
        margin: 20px 0 0 0;
        line-height: 2.0;
        font-size: 16px;
    }
    .hadiser li>p a {
        text-decoration: underline;
    }
    .shareright {
        display: none;
        position: absolute;
        top: 36px;
        right: 0;
        box-sizing: border-box;
        width: 480px;
        background-image: url("icons/sharebg.jpg");
        background-repeat: repeat-y;
        background-position: 0% 0%;
        background-size: 100% auto;
    }
    .sharetop {
        width: 100%;
        min-height: 400px;
        position: relative;
        box-sizing: border-box;
        background-image: url("icons/sharetop.jpg");
        background-repeat: no-repeat;
        background-position: 0% 0%;
        background-size: 100% auto;
        border-top: transparent solid 1px;
    }
    .sharetop>button {
        outline: none;
        border: 0;
        font-size: 18px;
        width: 24px;
        height: 24px;
        display: block;
        background: none;
        background-image: url("icons/sharclod.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
        position: absolute;
        top: 12px;
        right: 18px;
        cursor: pointer;
    }
    .sharetop>h1 {
        font-weight: normal;
        width: 328px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin: 116px auto 0 auto;
        font-size: 21px;
    }
    .sharetop>h1 text {
        margin: 0 9px;
    }
    .sharetop>h1 hr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        border: 0;
        height: 1px;
    }
    .sharetop>h2 {
        font-size: 96px;
        text-align: center;
        margin: 8px 0 0 0;
    }
    .sharetop>h2 span {
        font-weight: normal;
        font-size: 20px;
    }
    .sharetop p {
        font-size: 21px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        margin: 26px 0 0 0;
    }
    .sharetop p span {
        font-size: 29px;
        font-weight: bold;
        margin: 0 0 0 20px;
    }
    .sharbotm {
        width: 100%;
        box-sizing: border-box;
        padding: 21px 60px 18px 60px;
    }
    .sharbotm>span {
        display: block;
        text-align: center;
        font-size: 21px;
        margin: 0 0 24px 0;
    }
    .sharbotm p {
        font-size: 16px;
        line-height: 2;
    }
    .sharbotm img {
        display: block;
        width: 328px;
        margin: 16px auto 26px auto;
    }
    .sharbotm button,
    .sharbotm a {
        display: block;
        margin: 0 auto;
        cursor: pointer;
        outline: none;
        border: 0;
        background: none;
        font-size: 20px;
        text-decoration: underline;
    }
    .sharbotm button {
        text-decoration: none;
    }
    .fiker {
        width: calc(100% - 78px);
        width: -webkit-calc(100% - 78px);
        width: -moz-calc(100% - 78px);
        box-sizing: border-box;
        padding: 0 72px;
        border-radius: 10px;
        border: transparent solid 1px;
    }
    .fiker>h2 {
        width: 100%;
        box-sizing: border-box;
        font-weight: normal;
        padding: 24px 0;
        text-align: center;
        font-size: 28px;
    }
    .fiker>article {
        width: 100%;
        box-sizing: border-box;
        padding: 52px 20px 60px 25%;
    }
    .fiker>article p {
        font-size: 22px;
    }
    .fiker>article p+p {
        font-size: 18px;
        margin: 20px 0 0 0;
    }
    .gotoredbunt {
        border: 0;
        display: block;
        text-align: center;
        height: 42px;
        line-height: 42px;
        width: 200px;
        border-radius: 21px;
        font-size: 18px;
        margin: 20px auto 100px auto;
    }
    .gotoredbunt * {
        border: 0;
        outline: none;
        width: 100%;
        height: 100%;
        background: none;
        font-size: 18px;
    }
    .fijonm {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        height: 64px;
        width: 720px;
        font-size: 16px;
        box-sizing: border-box;
        padding: 0 0 0 20px;
    }
    .fijonm span {
        display: block;
        width: 120px;
    }
    .fijonm input {
        box-sizing: border-box;
        background: none;
        border: 0;
        font-size: 16px;
        outline: none;
    }
    .fiker>p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        font-size: 18px;
        margin: 65px 0 80px 0;
    }
    .fiker>p img {
        display: block;
        margin: 0 16px 0 0;
        height: 48px;
        width: auto;
    }
    .ischabox {
        display: block;
        font-size: 16px;
        position: relative;
        margin: 40px 0 0 24px;
        background-image: url("icons/Noct.png");
        background-repeat: no-repeat;
        background-position: left;
        background-size: auto 16px;
        box-sizing: border-box;
        padding: 0 0 0 25px;
    }
    .ischeon {
        background-image: url("icons/Yect.png");
        background-repeat: no-repeat;
        background-position: left;
        background-size: auto 16px;
    }
    .ischabox input {
        opacity: 0;
        filter: alpha(opacity=0);
        position: absolute;
    }
    .ischabox a {
        cursor: pointer;
    }
    .istextbox {
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        box-sizing: border-box;
        padding: 30px 25px;
    }
    .isweitbox {
        height: 100%;
        width: 800px;
        margin: 0 auto;
        overflow-y: auto;
        box-sizing: border-box;
        padding: 50px 40px;
    }
    .isweitbox h1 {
        font-size: 24px;
        width: 100%;
        text-align: center;
        margin: 0 0 30px 0;
    }
    .isweitbox h3 {
        font-weight: normal;
        font-size: 18px;
        margin: 0 0 18px 0;
    }
    .isweitbox p {
        font-size: 16px;
        line-height: 1.8;
        margin: 0 0 26px 0;
    }
    .isweitbox button {
        border: 0;
        outline: none;
        font-size: 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        width: 120px;
        height: 36px;
        border-radius: 5px;
        cursor: pointer;
        margin: 50px auto 25px auto;
    }
    .bucoffice {
        box-sizing: border-box;
        width: calc(100% - 78px);
        width: -webkit-calc(100% - 78px);
        width: -moz-calc(100% - 78px);
    }
    .bunelistbox {
        width: 100%;
        box-sizing: border-box;
    }
    .bunelistbox li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        box-sizing: border-box;
        width: 100%;
        padding: 40px 36px;
        border-radius: 5px;
        margin: 0 0 36px 0;
    }
    .bunelistbox li a {
        cursor: pointer;
    }
    .bunelistbox li div {
        box-sizing: border-box;
        width: 70%;
    }
    .bunelistbox li div>text {
        display: inline-block;
        font-size: 15px;
        margin: 12px 0 0 0;
    }
    .bunelistbox li div h1 {
        font-weight: normal;
        font-size: 16px;
        margin: 0 0 18px 0;
    }
    .bunelistbox li div h1 span {
        font-size: 20px;
    }
    .bunelistbox li div p {
        font-size: 16px;
    }
    .bunelistbox li div p span {
        margin: 0 0 0 24px;
    }
    .bunelistbox li div p+p {
        margin: 10px 0 0 0;
    }
    .bunelistbox li section {
        text-align: right;
        box-sizing: border-box;
        width: 30%;
    }
    .bunelistbox li section h3 {
        font-size: 18px;
        margin: 0 0 12px 0;
    }
    .bunelistbox li section h2 {
        font-size: 18px;
        margin: 0 0 32px 0;
    }
    .bunelistbox li section p a {
        font-size: 16px;
        text-decoration: underline;
    }
    .bunelistbox li section p a+a {
        margin: 0 0 0 24px;
    }
    .bunelistbox li article {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin: 24px 0 0 0;
        box-sizing: border-box;
        padding: 18px 0 0 0;
    }
    .bunelistbox li article p span+span {
        margin: 0 0 0 25px;
    }
    .topbunty {
        display: none;
    }
    .newfilr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        box-sizing: border-box;
        padding: 0 0 0 30px;
        margin: 0 0 20px 0;
    }
    .newfilr>span {
        display: block;
        width: 110px;
        text-align: right;
    }
    .unwers {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        box-sizing: border-box;
        height: 36px;
        width: 280px;
        padding: 0 0;
    }
    .unwers input[type=text] {
        outline: none;
        border: 0;
        background: none;
        font-size: 16px;
        padding: 0 10px;
        width: 100%;
        box-sizing: border-box;
    }
    .piuk {
        position: relative;
        width: 60px;
        height: 32px;
        box-sizing: border-box;
        background-image: url("icons/icon-cal-act.png");
        background-position: right;
        background-repeat: no-repeat;
        background-size: auto 34px;
    }
    .piuk input[type=date] {
        opacity: 0;
        filter: alpha(opacity=0);
        width: 50px;
        height: 30px;
        position: absolute;
        right: 0;
    }
    .unwers input[type=time] {
        border: 0;
        outline: none;
        font-size: 16px;
    }
    .newfilr>a {
        margin: 0 0 0 15px;
    }
    .matr1 {
        margin: 40px 0 20px 0;
    }
    .unwers2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .redinpu {
        display: block;
        background-image: url("icons/Noct.png");
        background-repeat: no-repeat;
        background-position: left;
        background-size: 16px auto;
        margin: 0 15px 0 0;
    }
    .adrefull {
        background-image: url("icons/Yect.png");
        background-repeat: no-repeat;
        background-position: left;
        background-size: 16px auto;
    }
    .redinpu input[type=radio] {
        opacity: 0;
        filter: alpha(opacity=0);
    }
    .flextop {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }
    .filimup {
        display: block;
        position: relative;
        width: 80px;
        height: 100px;
        background-image: url("icons/filimup.png");
        background-repeat: no-repeat;
        background-position: left;
        background-size: 80px 100px;
        margin: 0 20px 20px 0;
    }
    .filimup input[type=file] {
        opacity: 0;
        filter: alpha(opacity=0);
        width: 80px;
        position: absolute;
        top: 0;
        left: 0;
    }
    .filimup>img {
        width: 100%;
        height: 100%;
    }
    .baquers {
        width: 100%;
        box-sizing: border-box;
        padding: 54px 85px;
    }
    .ismoxkol {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        font-size: 16px;
        margin: 0 0 32px 0;
    }
    .ismoxkol span {
        width: 100px;
        text-align: right;
    }
    .ismoxkol section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }
    .ismoxkol section img {
        width: 200px;
        height: 150px;
        display: block;
        margin: 0 20px 30px 0;
    }
    .apiadrs {
        width: 100%;
        box-sizing: border-box;
        margin: 0 0 40px 0;
    }
    .runingbox {
        width: 100%;
        box-sizing: border-box;
        padding: 24px 20px;
        font-size: 16px;
    }
    .lineficer {
        box-sizing: border-box;
        width: 100%;
        margin: 0 0 42px 0;
    }
    .lineficer h2 {
        font-weight: normal;
        font-size: 18px;
        position: relative;
        width: 300px;
    }
    .lineficer h2 span {
        margin: 0 8px;
    }
    .lineficer h2 a {
        position: absolute;
        right: 0;
        border: 0;
        display: inline-block;
    }
    .lineficer p {
        font-size: 14px;
        margin: 14px 0 0 0;
    }
    .kanty {
        width: 100%;
    }
    .kanty p {
        font-size: 14px;
        padding: 16px 0;
        margin: 0 0 30px 0;
    }
    .kanty section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        width: 100%;
    }
    .kanty label {
        display: block;
        position: relative;
        width: 110px;
        height: 120px;
        background-image: url("icons/filimup.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 110px 120px;
        margin: 0 30px 30px 0;
    }
    .kanty label input[type=file] {
        width: 50px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9999;
        opacity: 0;
        filter: alpha(opacity=0);
    }
    .kanty section img {
        display: block;
        width: 110px;
        height: 120px;
        margin: 0 30px 30px 0;
    }
    .kanty label img {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 999;
    }
    .cerlistbox {
        box-sizing: border-box;
        width: calc(100% - 78px);
        width: -webkit-calc(100% - 78px);
        width: -moz-calc(100% - 78px);
    }
    .selecebox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .selecebox div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        font-size: 16px;
    }
    .selecebox div+div {
        margin: 0 0 0 40px;
    }
    .longday {
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        background-image: url("icons/riqi.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
        background-size: auto 24px;
        height: 42px;
        border-radius: 5px;
        padding: 0 15px 0 0;
    }
    .longday input[type=text] {
        outline: none;
        border: 0;
        background: none;
        font-size: 16px;
        width: 140px;
        box-sizing: border-box;
        padding: 0 10px;
    }
    .longday input[type=date] {
        width: 40px;
        opacity: 0;
        filter: alpha(opacity=0);
    }
    .unjiukol {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        height: 42px;
        box-sizing: border-box;
        padding: 0 0;
        position: relative;
        width: 138px;
    }
    .unjiukol>img {
        position: absolute;
        right: 16px;
        width: auto;
        height: 8px;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
    }
    .ist>img {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
    }
    .unjiukol select {
        font-size: 16px;
        border: 0;
        outline: none;
        width: 100%;
        box-sizing: border-box;
        padding: 0 16px;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        position: absolute;
        z-index: 999;
        background: none;
    }
    .unjiukol select::-ms-expand {
        display: none;
    }
    .unjiukol select option {
        line-height: 2;
    }
    .unjiukol+.unjiukol {
        margin: 0 0 0 18px;
    }
    .orabunt {
        outline: none;
        cursor: pointer;
        border: 0;
        font-size: 16px;
        width: 135px;
        height: 42px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        border-radius: 5px;
        margin: 0 0 0 25px;
    }
    .orabunt>* {
        outline: none;
        cursor: pointer;
        border: 0;
        background: none;
        font-size: 16px;
    }
    .numhasbox {
        width: 100%;
        box-sizing: border-box;
        margin: 22px 0;
    }
    .numhasbox li {
        width: 100%;
        box-sizing: border-box;
        padding: 36px 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        border-radius: 8px;
        margin: 0 0 30px 0;
    }
    .numhasbox li div h1 {
        font-weight: normal;
        font-size: 16px;
    }
    .numhasbox li div h1 span {
        font-size: 20px;
    }
    .numhasbox li div p {
        font-size: 16px;
        margin: 26px 0 0 0;
    }
    .numhasbox li div p span+span {
        margin: 0 0 0 32px;
    }
    .numhasbox li>a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        box-sizing: border-box;
        width: 150px;
        height: 45px;
        font-size: 18px;
        border-radius: 5px;
        cursor: pointer;
    }
    .numhasbox li div p text {
        display: inline-block;
    }
    .numhasbox li div p text+text {
        margin: 0 0 0 30px;
    }
    .mecolobox {
        box-sizing: border-box;
        width: calc(100% - 78px);
        width: -webkit-calc(100% - 78px);
        width: -moz-calc(100% - 78px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin: 40px 0 0 0;
    }
    .mecolobox>a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        height: 102px;
        width: 48%;
        box-sizing: border-box;
        padding: 0 0 0 52px;
        border-radius: 10px;
    }
    .mecolobox>a+a {
        margin: 0 0 0 4%;
    }
    .mecolobox>a span {
        font-size: 26px;
        font-weight: bold;
    }
    .mecolobox>a span b {
        font-size: 20px;
        text-decoration: underline;
        margin: 0 0 0 20px;
        font-weight: normal;
    }
    .mecolobox>a text {
        font-size: 32px;
    }
    .mecolobox>a text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        height: 100%;
        box-sizing: border-box;
        padding-right: 46px;
        border-radius: 0 10px 10px 0;
        background-image: url("icons/wangzx.png");
        background-repeat: no-repeat;
        background-position: right;
        background-size: auto 200%;
    }
    .jmpage {
        font-size: 16px;
        cursor: pointer;
    }
    .postext {
        font-size: 16px;
    }
    .postext:first-child {
        margin: 0 0 30px 0;
    }
    .cliercen {
        width: calc(100% - 78px);
        width: -webkit-calc(100% - 78px);
        width: -moz-calc(100% - 78px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        height: 116px;
        border-radius: 10px;
        margin: 14px 0 0 0;
        box-sizing: border-box;
        padding: 0 56px 0 60px;
    }
    .cliercen div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .cliercen div>p {
        font-size: 20px;
        margin: 0 0 0 20px;
    }
    .cliercen div h2 {
        font-size: 26px;
    }
    .cliercen div span {
        font-size: 32px;
        margin: 0 0 0 100px;
    }
    .cliercen div span text {
        font-size: 18px;
        margin: 0 0 0 5px;
    }
    .cliercen section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .cliercen section a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        width: 140px;
        height: 52px;
        border-radius: 8px;
        font-size: 20px;
    }
    .cliercen section a+a {
        margin-left: 32px;
    }
    .belof {
        position: relative;
    }
    .belof select {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
    }
    .belof>img {
        position: absolute;
        z-index: 999;
        width: auto;
        height: 8px;
        right: 12px;
        top: -12px;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
    }
    .liint>img {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
    }
    .werxtna {
        line-height: 2;
        font-size: 16px;
        width: 100%;
        box-sizing: border-box;
        padding: 0 0 0 40px;
    }
    .shofbunt {
        display: inline-block;
        font-size: 18px;
        padding: 8px 25px;
        border-radius: 4px;
        border: 0;
        cursor: pointer;
        outline: none;
        margin: 0 40px 0 0;
    }
    .adlable {
        font-weight: normal;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        font-size: 18px;
        margin: 45px 0 20px 0;
    }
    .adlable p a {
        padding: 0 12px;
        border-radius: 4px;
        margin-left: 25px;
        height: 32px;
        line-height: 32px;
        cursor: pointer;
    }
    .adlable label input[type=radio] {
        opacity: 0;
        filter: alpha(opacity=0);
        position: absolute;
        left: 0;
    }
    .adlable label {
        display: inline-block;
        padding: 8px 0;
        position: relative;
        border-radius: 4px;
        font-size: 18px;
    }
    .adlable .labtab {
        cursor: pointer;
        padding: 8px 18px;
        font-size: 16px;
    }
    /*讲师二维码*/
    .mainbox {
        width: 870px;
        height: 660px;
        box-sizing: border-box;
        margin: 100px auto 0 auto;
        border: #999 solid 1px;
        position: relative;
        top: -100px;
    }
    .mainbox>h1 {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        font-weight: normal;
        font-size: 28px;
        padding: 30px 35px 25px 35px;
        color: #333;
    }
    .yecol {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        box-sizing: border-box;
        padding: 32px 36px;
        background-color: #f2f2f2;
    }
    .yecol section p {
        font-size: 15px;
    }
    .yecol section p+p {
        margin: 14px 0 0 0;
    }
    .yecol span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        font-size: 15px;
    }
    .yecol span text {
        font-size: 24px;
    }
    .maincen {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        box-sizing: border-box;
        margin: 24px 0 0 0;
    }
    .maincen>img {
        width: auto;
        height: 37px;
    }
    .maincen article {
        width: 200px;
        height: 200px;
        margin: 25px 0 30px 0;
    }
    .maincen article img {
        width: 100%;
        box-sizing: border-box;
    }
    .maincen>span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        color: #fff;
        background-color: #445f85;
        font-size: 15px;
        box-sizing: border-box;
        width: 200px;
        padding: 12px 18px;
    }
    .maincen>span img {
        margin: 0 12px 0 0;
        height: 24px;
        width: auto;
    }
    .maincen>span text {
        line-height: 1.4;
    }
    .mainbox>p {
        font-size: 16px;
        color: #f00;
        width: 100%;
        text-align: center;
        margin: 0 0 0 0;
        cursor: pointer;
    }
    /*end*/
    .huilafeed {
        width: calc(100% - 78px);
        width: -webkit-calc(100% - 78px);
        width: -moz-calc(100% - 78px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        box-sizing: border-box;
        border-radius: 10px;
        padding: 32px 56px;
        margin: 40px 0 0 0;
    }
    .paderll {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        box-sizing: border-box;
        padding: 20px 40px 0 40px;
    }
    .huilafeed h2 {
        font-size: 26px;
        width: 100%;
        text-align: center;
        padding: 0 0 16px 0;
    }
    .paderll div,
    .paderll a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        box-sizing: border-box;
    }
    .paderll div text,
    .paderll a text {
        font-size: 18px;
    }
    .paderll div span,
    .paderll a span {
        font-size: 24px;
        display: inline-block;
        margin: 10px 0 0 0;
    }
    .bunelistbox li .aseeshow {
        width: 100%;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin: 16px 0 0 0;
        padding: 14px 0 0 0;
    }
    .bunelistbox li .aseeshow p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin: 0;
    }
    .bunelistbox li .aseeshow p a {
        display: inline-block;
        text-decoration: underline;
        margin: 0 0 0 20px;
    }
    .commisiton {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }
    .commisiton h3 {
        width: 100%;
        box-sizing: border-box;
        font-size: 24px;
        text-align: center;
        font-weight: normal;
        padding: 12px 0;
    }
    .commisiton p {
        font-size: 18px;
        margin: 14px 0 18px 0;
        padding: 0 0 0 0;
    }
    .commisiton table {
        width: 400px;
        margin: 0 auto;
    }
    .commisiton table td {
        height: 40px;
        vertical-align: middle;
        text-align: center;
    }
    .commisiton .borcloce {
        font-size: 18px;
        border-radius: 5px;
        width: 160px;
        height: 40px;
        line-height: 40px;
        padding: 0;
        margin: 40px auto 0 auto;
        cursor: pointer;
    }
    .newmaiwaerbox {
        width: 100%;
        box-sizing: border-box;
        padding: 32px 0 20px 0;
    }
    .toshowping {
        width: 100%;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .toshowping a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        height: 104px;
        width: 48%;
        border-radius: 8px;
    }
    .toshowping a h2 {
        font-size: 26px;
        margin: 0 0 0 38px;
    }
    .toshowping a span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        height: 78px;
        width: 78px;
        border-radius: 50%;
    }
    .tshclor01 span img {
        width: auto;
        height: 45px;
    }
    .tshclor02 span img {
        width: auto;
        height: 49px;
    }
    .killhub {
        width: 100%;
        box-sizing: border-box;
        margin: 52px 0 0 0;
    }
    .kilnames {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        width: 100%;
        box-sizing: border-box;
        padding: 0 56px 12px 56px;
        margin: 0 0 20px 0;
    }
    .kilnames span {
        display: inline-block;
        font-size: 24px;
    }
    .kilnames a {
        display: inline-block;
        font-size: 18px;
        background-image: url("icons/texticon.png");
        background-repeat: no-repeat;
        background-position: 0 50%;
        background-size: auto 30px;
        padding: 0 0 0 38px;
        height: 32px;
        line-height: 32px;
        cursor: pointer;
    }
    .keplens {
        width: 100%;
        box-sizing: border-box;
    }
    .kelionc {
        width: 100%;
        box-sizing: border-box;
        padding: 0 40px;
        border: transparent solid #fff;
    }
    .kelionc+.kelionc {
        margin: 28px 0 0 0;
    }
    .kestop {
        width: 100%;
        box-sizing: border-box;
        padding: 42px 0 24px 0;
    }
    .kestop div {
        width: 100%;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .kestop div section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        font-size: 26px;
    }
    .kestop div section span {
        font-size: 18px;
        margin: 0 0 0 24px;
    }
    .kestop div h3 {
        font-weight: normal;
        font-size: 22px;
    }
    .kestop p {
        font-size: 18px;
        margin: 24px 0 0 0;
    }
    .kestop p text {
        font-size: 26px;
    }
    .kermin {
        padding: 38px 0 60px 0;
    }
    .kermin div {
        font-size: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        width: 100%;
    }
    .kermin div+div {
        margin: 30px 0 0 0;
    }
    .kermin div p {
        width: 450px;
    }
    .kermin div span a {
        margin: 0 0 0 20px;
    }
    .kerbunts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        width: 340px;
        height: 85px;
        border-radius: 5px;
        font-size: 26px;
        margin: 50px auto 0 auto;
    }
    .kerbunts span {
        font-size: 16px;
        display: inline-block;
        margin: 5px 0 0 0;
    }
    .navigornim {
        width: 100%;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    .navigornim span,
    .navigornim a {
        display: inline-block;
        font-size: 16px;
        height: 46px;
        line-height: 46px;
        box-sizing: border-box;
        cursor: pointer;
    }
    .navigornim span+span,
    .navigornim a+a {
        margin: 0 0 0 28px;
    }
    .navigornim .navic {
        height: 46px;
        line-height: 46px;
        font-size: 18px;
    }
    .navgotbox {
        width: 100%;
        box-sizing: border-box;
        min-height: 500px;
    }
    .kertxtp {
        width: 100%;
        box-sizing: border-box;
        font-size: 18px;
        padding: 28px 0 40px 0;
    }
    .timeboxlist {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        min-height: 500px;
        box-sizing: border-box;
        padding: 26px 34px;
    }
    .timshbox {
        width: 240px;
        text-align: center;
        margin: 0 42px 40px 0;
    }
    .tmboxg {
        width: 240px;
        height: 160px;
        background-image: url("icons/timebox.png");
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 100% 100%;
        box-sizing: border-box;
        padding: 40px 18px 0 18px;
    }
    .tmboxg h2 {
        text-align: center;
        width: 100%;
        font-size: 26px;
    }
    .tmboxg p {
        line-height: 1.6;
        font-size: 17px;
        margin: 10px 0 0 0;
        text-align: left;
    }
    .timshbox span {
        display: inline-block;
        font-size: 18px;
        margin: 20px 0 0 0;
    }
    .timshbox a {
        display: block;
        width: 180px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 20px;
        margin: 24px auto 0 auto;
        font-size: 20px;
    }
    .hadpiao .tmsh {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        padding: 0 0 0 28px;
        border-radius: 22px;
    }
    .hadpiao .tmsh a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        background-image: url("icons/tmsh.png");
        background-repeat: no-repeat;
        background-position: 0 50%;
        background-size: auto 26px;
        border-radius: 24px;
        height: 42px;
        line-height: 21px;
        box-sizing: border-box;
        padding: 0 28px 0 34px;
    }
    .tml_box {
        width: 100%;
        box-sizing: border-box;
        padding: 40px 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        min-height: 500px;
    }
    .dromins {
        width: 240px;
        text-align: center;
        margin: 0 62px 60px 0;
    }
    .dromins a {
        display: inline-block;
        font-size: 18px;
        margin: 20px 0 0 0;
    }
    .drveup_y {
        width: 240px;
        height: 236px;
        background-image: url("icons/timeboxnew.png");
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 100% 100%;
        box-sizing: border-box;
        padding: 44px 18px 0 18px;
    }
    .drveup_y span {
        font-size: 22px;
        display: inline-block;
        margin: 0 0 40px 0;
    }
    .drveup_y h2 {
        text-align: center;
        width: 100%;
        font-size: 26px;
    }
    .drveup_y p {
        line-height: 1.6;
        font-size: 17px;
        margin: 10px 0 0 0;
        text-align: left;
    }
    .drveup_n {
        width: 240px;
        height: 236px;
        background-image: url("icons/timboxend.png");
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 100% 100%;
        box-sizing: border-box;
        padding: 44px 18px 0 18px;
    }
    .drveup_n span {
        font-size: 22px;
        display: inline-block;
        margin: 0 0 40px 0;
    }
    .drveup_n h2 {
        text-align: center;
        width: 100%;
        font-size: 26px;
    }
    .drveup_n p {
        line-height: 1.6;
        font-size: 17px;
        margin: 10px 0 0 0;
        text-align: left;
    }
    .hadpiao .porsens span+span {
        margin: 0 0 0 20px;
    }
    .motalebun {
        cursor: pointer;
    }
    .immotale {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        z-index: 999;
        display: none;
    }
    .immotalebox {
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
    .stimeboxlist {
        width: 1050px;
        height: 560px;
        box-sizing: border-box;
        padding: 0 54px 48px 54px;
        margin: 100px 0 0 0;
        box-shadow: rgba(226, 226, 226, 1) 0 6px 29px;
    }
    .stimeboxlist>h2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        padding: 20px 24px;
        font-size: 18px;
    }
    .stimeboxlist>h2 a,
    .stimeboxlist>h2 text {
        display: inline-block;
        width: 80px;
        font-size: 16px;
        font-weight: normal;
        text-align: right;
    }
    .stimeboxlist>h2 text {
        text-align: left;
        cursor: pointer;
    }
    .intimebox {
        width: 100%;
        box-sizing: border-box;
        padding: 50px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }
    .joynu {
        display: block;
        width: 100%;
        font-size: 18px;
        margin: 0 0 0 0;
        text-align: center;
    }
    .titextp {
        width: 100%;
        box-sizing: border-box;
        padding: 50px 0;
        text-align: center;
        font-size: 18px;
    }
    .stimeboxlist .uhide {
        display: none;
    }
    .getshow_me {
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        position: fixed;
        top: 0;
        left: 0;
        display: none;
    }
    .getflex_me {
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .getf_box {
        width: 480px;
        box-sizing: border-box;
        padding: 0 0 28px 0;
    }
    .getn_ul {
        width: 100%;
        box-sizing: border-box;
        font-size: 18px;
        padding: 12px 24px;
        text-align: center;
    }
    .getf_box>div:nth-child(2) {
        width: 100%;
        box-sizing: border-box;
        padding: 32px 40px;
    }
    .getf_box>div:nth-child(2) p {
        font-size: 18px;
        line-height: 1.8;
    }
    .getf_box>div:nth-child(2) label {
        display: block;
        text-align: center;
        box-sizing: border-box;
        padding: 0 16px;
        width: 360px;
        margin: 20px auto 0 auto;
    }
    .getf_box>div:nth-child(2) label input {
        font-size: 16px;
        height: 42px;
        width: 100%;
        border: 0;
        outline: none;
    }
    .getf_box section {
        width: 100%;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .getf_box section label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        font-size: 16px;
        width: 120px;
        height: 42px;
        line-height: 42px;
        border-radius: 5px;
    }
    .getf_box section label+label {
        margin: 0 0 0 20px;
    }
    .getf_box section label>* {
        font-size: 16px;
        outline: none;
        background: none;
        width: 100%;
        height: 42px;
        line-height: 42px;
        border: 0;
    }
    .gunewtabnav {
        width: 100%;
        box-sizing: border-box;
        padding: 0 72px 0 0;
        margin: 50px 0 0 0;
    }
    .gunewtabnav nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        width: 100%;
        box-sizing: border-box;
    }
    .gunewtabnav nav a {
        display: block;
        width: 200px;
        height: 42px;
        line-height: 42px;
        font-size: 18px;
        text-align: center;
        border-radius: 4px;
        cursor: pointer;
    }
    .gunewtabnav nav a+a {
        margin-left: 16px;
    }
    .reverup {
        box-sizing: border-box;
        width: 1084px;
        padding: 20px 60px 0 60px;
    }
    .reverlines {
        width: 100%;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .reverlines div {
        box-sizing: border-box;
        width: 402px;
        height: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        border-radius: 4px;
    }
    .reverlines div span {
        display: block;
        width: 40px;
        height: 30px;
        line-height: 32px;
        text-align: center;
        font-size: 16px;
    }
    .reverlines div input {
        border: 0;
        outline: none;
        font-size: 16px;
        background: none;
        width: calc(100% - 40px);
        width: -webkit-calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        box-sizing: border-box;
        padding: 0 0 0 24px;
    }
    .reverlines button {
        display: block;
        height: 40px;
        width: 32px;
        outline: none;
        border: 0;
        background-color: transparent;
        background-image: url("icons/reverup.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 32px auto;
        font-size: 16px;
        margin: 0 42px;
        cursor: pointer;
    }
    .revecen {
        box-sizing: border-box;
        width: 960px;
        margin: 40px 0 0 0;
    }
    .revecen h2 {
        font-size: 22px;
        margin: 0 0 12px 0;
    }
    .revecen div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        padding: 0 0 0 0;
        margin: 0 0 14px 0;
    }
    .revecen div text {
        font-size: 30px;
    }
    .revecen div input {
        font-size: 16px;
        height: 30px;
        outline: none;
        border: 0;
        background: none;
        margin: 0 0 0 12px;
        padding: 4px 0 0 0;
        -webkit-appearance: none;
        -moz-appearance: textfield;
    }
    .revecen div input::-webkit-outer-spin-button,
    .revecen div input::-webkit-inner-spin-button {
        -webkit-appearance: none;
    }
    .revecen p {
        font-size: 16px;
        margin: 0 0 38px 0;
    }
    .revecen p text {
        font-size: 18px;
    }
    .revecen span {
        font-size: 16px;
    }
    .revebunts {
        display: block;
        font-size: 16px;
        height: 42px;
        width: 180px;
        border-radius: 5px;
        outline: none;
        border: 0;
        margin: 90px auto 0 auto;
    }
    .meatketpoo {
        width: 100%;
        margin-bottom: 60px;
    }
    .meat_top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        box-sizing: border-box;
    }
    .meat_top>img {
        display: block;
        width: auto;
        height: 40px;
        margin-right: 18px;
    }
    .meat_top>h1 {
        font-size: 36px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .meat_top>h1 strong {
        font-size: 42px;
    }
    .meat_top>span {
        display: block;
        font-size: 24px;
        margin-left: 18px;
    }
    .meat_put {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        width: 480px;
        margin: 0 auto 24px auto;
        box-sizing: border-box;
        padding: 0 0 8px 10px;
    }
    .meat_put>text {
        display: block;
        font-size: 18px;
        margin-right: 10px;
    }
    .meat_put input[type=text],
    .meat_put input[type=password] {
        font-size: 18px;
        border: 0;
        background: none;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        outline: none;
    }
    .get_n {
        display: block;
        font-size: 16px;
        cursor: pointer;
    }
    .full_bnt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        font-size: 18px;
        height: 50px;
        width: 480px;
        margin: 40px auto 0 auto;
        border-radius: 5px;
        cursor: pointer;
    }
    .full_bnt * {
        outline: none;
        background: none;
        border: 0;
        font-size: 18px;
    }
    .meat_bom {
        width: 480px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        box-sizing: border-box;
        margin: 16px auto;
        font-size: 16px;
    }
    .perfect_box {
        width: 480px;
        box-sizing: border-box;
        margin: 0 auto;
    }
    .perfect_box>h1 {
        font-weight: normal;
        font-size: 32px;
        margin-bottom: 40px;
    }
    .perfect_in {
        width: 480px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        box-sizing: border-box;
        padding: 0 0 8px 0;
        margin-bottom: 20px;
    }
    .perfect_in>span {
        display: block;
        font-size: 18px;
        width: 100px;
    }
    .perfect_in input {
        display: block;
        width: calc(100% - 100px);
        width: -webkit-calc(100% - 100px);
        width: -moz-calc(100% - 100px);
        outline: none;
        background: none;
        border: 0;
        font-size: 16px;
    }
    .bank_box {
        width: 450px;
        box-sizing: border-box;
    }
    .bank_line {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        width: 450px;
        box-sizing: border-box;
        border-radius: 8px 8px 0 0;
        padding: 28px 26px 30px 0;
        margin: 0 0 15px 0;
    }
    .bank_logo {
        width: 98px;
        box-sizing: border-box;
        padding-right: 18px;
        text-align: right;
    }
    .bank_logo>img {
        height: 41px;
        width: auto;
    }
    .bank_t {
        width: calc(100% - 98px);
        width: -webkit-calc(100% - 98px);
        width: -moz-calc(100% - 98px);
    }
    .bank_t div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .bank_t div label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        font-size: 16px;
        cursor: pointer;
    }
    .bank_t div label input[type=radio] {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        outline: none;
        border: 0;
        display: block;
        margin-right: 8px;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background-image: url("icons/Noct.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
    }
    .bank_t div label input[type=radio]:checked {
        background-image: url("icons/Yect.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
    }
    .bank_t div h1 {
        font-weight: normal;
        font-size: 22px;
    }
    .bank_t div button {
        background: none;
        border: 0;
        font-size: 16px;
        outline: none;
    }
    .bank_t>span {
        display: block;
        font-size: 18px;
        margin: 14px 0 0 0;
    }
    .bank_t>p {
        font-size: 24px;
        margin: 16px 0 0 0;
    }
    .bank_bnt_add {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        box-sizing: border-box;
        font-size: 20px;
        height: 66px;
        width: 450px;
        border-radius: 8px;
        margin: 36px 0 40px 0;
        cursor: pointer;
    }
    .bank_bnt_add>span {
        display: block;
        font-size: 36px;
        margin-right: 10px;
    }
    .bank_on_in {
        width: 450px;
        box-sizing: border-box;
        border-radius: 10px;
        padding: 20px 20px 25px 20px;
        margin-top: 32px;
    }
    .bank_on_in h2 {
        font-weight: normal;
        font-size: 20px;
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .bank_on_in div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        box-sizing: border-box;
        width: 100%;
        padding: 0 0 12px 25px;
        margin-bottom: 20px;
    }
    .bank_on_in div span {
        display: block;
        width: 108px;
        font-size: 18px;
    }
    .bank_on_in div input,
    .bank_on_in div select {
        width: calc(100% - 108px);
        width: -webkit-calc(100% - 108px);
        width: -moz-calc(100% - 108px);
        font-size: 16px;
        border: 0;
        outline: none;
        background: none;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
    }
    .bank_on_in label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        width: 450px;
        box-sizing: border-box;
        font-size: 18px;
        cursor: pointer;
        padding-left: 20px;
    }
    .bank_on_in label input[type=checkbox] {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        border: 0;
        display: block;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        outline: none;
        margin-right: 10px;
        background-image: url("icons/Noct.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
    }
    .bank_on_in label input[type=checkbox]:checked {
        background-image: url("icons/Yect.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
    }
    .bank_on_in input[type=submit],
    .bank_on_in input[type=button],
    .bank_on_in a {
        font-size: 18px;
        height: 40px;
        line-height: 40px;
        width: 150px;
        border-radius: 20px;
        display: block;
        border: 0;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        margin: 25px auto 0 auto;
        cursor: pointer;
        outline: none;
    }
    .sell_box {
        width: calc(100% - 72px);
        width: -webkit-calc(100% - 72px);
        width: -moz-calc(100% - 72px);
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        padding: 40px 30px;
        margin: 20px 0 0 0;
    }
    .sell_box>h1 {
        font-weight: normal;
        font-size: 24px;
    }
    .sell_box>p {
        font-size: 16px;
        margin-top: 25px;
    }
    .sell_box div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin-top: 20px;
    }
    .sell_box div section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        box-sizing: border-box;
        height: 42px;
        padding: 0 0;
        font-size: 16px;
    }
    .sell_box div section p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .sell_box div section p input {
        width: 90px;
        text-align: right;
        font-size: 16px;
        outline: none;
        background: none;
        border: 0;
        box-sizing: border-box;
        padding: 5px 5px 5px 10px;
        margin-right: 5px;
    }
    .sell_box div section+section {
        margin-left: 30px;
    }
    .sell_no_btn {
        border: 0;
        outline: none;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        font-size: 14px;
        display: block;
        border-radius: 4px;
        height: 32px;
        line-height: 32px;
        padding: 0 30px;
        box-sizing: border-box;
        text-align: center;
        margin-left: 24px;
        cursor: pointer;
    }
    .sell_box>section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin-top: 20px;
    }
    .sell_box>section label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin-right: 20px;
        cursor: pointer;
    }
    .sell_box>section label input[type=radio] {
        border: 0;
        outline: none;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        width: 15px;
        height: 15px;
        background-image: url("icons/Noct.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 15px 15px;
        margin-right: 5px;
    }
    .sell_box>section label input[type=radio]:checked {
        background-image: url("icons/Yect.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 15px 15px;
    }
    .get_input label {
        background: none!important;
        border: 0 !important;
        cursor: pointer;
    }
    .get_input label input[type=radio],
    .get_input label input[type=checkbox] {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        border: 0;
        width: 16px;
        height: 16px;
        background-image: url("icons/Noct.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 16px 16px;
        outline: none;
    }
    .get_input label input[type=radio]:checked,
    .get_input label input[type=checkbox]:checked {
        background-image: url("icons/Yect.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 16px 16px;
    }
    .back_s_box {
        box-sizing: border-box;
        font-size: 16px;
        margin: 0 0 32px 0;
        padding: 20px 16px 10px 24px;
        width: 750px;
    }
    .back_lan_up>span {
        display: block;
        font-size: 16px;
        margin: 0 0 30px 0;
    }
    .back_lan_up div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin: 0 0 20px 0;
    }
    .back_lan_up div span {
        display: block;
        width: 142px;
        text-align: right;
    }
    .pop_sline {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }
    .pop_input {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        width: 100%;
        margin: 16px 0 32px 0;
        box-sizing: border-box;
        padding-left: 50px;
    }
    .pop_input label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin-right: 24px;
        cursor: pointer;
    }
    .pop_input label input[type=checkbox] {
        display: block;
        width: 18px;
        height: 18px;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        border: 0;
        background-image: url("icons/endcheck01.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 18px 18px;
        outline: none;
        margin-right: 10px;
    }
    .pop_input label input[type=checkbox]:checked {
        background-image: url("icons/endcheck02.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 18px 18px;
    }
    .pop_dan_s {
        width: 100%;
        box-sizing: border-box;
        padding: 16px 0 0 0;
        margin: 20px 0 0 0;
    }
    .lop_in {
        font-size: 0.85em;
        color: #f12e10;
    }
    .lop_name {
        font-size: 1.2em;
        font-weight: normal;
        margin-bottom: 0.8em;
    }
    .new_chu {
        width: 820px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        font-size: 16px;
    }
    .new_chu>h5 {
        display: block;
        width: 100%;
        font-weight: normal;
        font-size: 18px;
        margin: 0 0 12px 0;
    }
    .new_chu>div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        width: 50%;
        box-sizing: border-box;
        margin: 0 0 12px 0;
    }
    .new_chu>div text {
        display: block;
        width: 100px;
    }
    .new_chu>div text+* {
        display: block;
        width: calc(100% - 100px);
        width: -webkit-calc(100% - 100px);
        width: -moz-calc(100% - 100px);
    }
    .river_as {
        width: calc(100% - 72px);
        width: -webkit-calc(100% - 72px);
        width: -moz-calc(100% - 72px);
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin: 24px 0 0 0;
        padding: 0 0 0 12px;
    }
    .river_as a {
        display: block;
        text-align: center;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        width: 100px;
        margin-right: 15px;
    }
    /*股票K线*/
    #kline {
        width: calc(100% - 72px);
        width: -webkit-calc(100% - 72px);
        width: -moz-calc(100% - 72px);
        box-sizing: border-box;
        height: 400px;
        margin: 20px 0 0 0;
    }
    .Kline-div {
        position: fixed;
        width: 100%;
        height: 400px;
        bottom: 0;
        top: 0;
    }
    .Kline-div .m-line {
        width: 100%;
        margin-bottom: 0;
    }
    .Kline-div .K-line {
        width: 100%;
    }
    .price_box {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .price_box span {
        display: inline-block;
        font-size: 16px;
        margin: 0 18px 0 0;
    }
    .new_bunt_red,
    .new_bunt_green {
        display: block;
        width: 120px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        box-sizing: border-box;
        border-radius: 5px;
        font-size: 14px;
        outline: none;
        border: 0 !important;
        padding: 0 !important;
        cursor: pointer;
    }
    .mis_ver_load {
        width: calc(100% - 72px);
        width: -webkit-calc(100% - 72px);
        width: -moz-calc(100% - 72px);
        box-sizing: border-box;
        margin: 14px 0 0 0;
        font-size: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .mis_m_bom {
        width: 100%!important;
        margin-bottom: 30px;
    }
    .mis_ver_load>a {
        display: block;
        width: 100px;
        text-align: center;
        padding: 12px 0 10px 0;
        cursor: pointer;
        margin-right: 16px;
    }
    .mis_m_bom>a {
        min-width: 150px!important;
    }
    .mis_search {
        width: 480px;
        box-sizing: border-box;
        font-size: 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        height: 48px;
        border-radius: 5px;
    }
    .mis_search input[type=text] {
        box-sizing: border-box;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        font-size: 16px;
        outline: none;
        border: 0;
        background: none;
        padding: 0 10px 0 10px;
    }
    .mis_done {
        outline: none;
        border: 0;
        display: block;
        width: 48px;
        height: 100%;
        background: none;
        background-image: url("icons/search.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto 27px;
    }
    .new_task {
        width: 960px;
        box-sizing: border-box;
        border: #dcdcdc solid 1px;
        min-height: 120px;
        padding: 0 36px;
    }
    .task_t {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        width: 100%;
        box-sizing: border-box;
        padding: 21px 6px;
        border-bottom: #dedede solid 1px;
        margin: 0 0 21px 0;
    }
    .task_t h3 {
        font-weight: normal;
        font-size: 18px;
    }
    .task_t h3 text {
        font-size: 20px;
        margin: 0 3px;
    }
    .task_t span {
        font-size: 16px;
    }
    .task_c {
        box-sizing: border-box;
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        margin: 0 0 21px 0;
    }
    .task_c button {
        display: block;
        min-width: 300px;
        font-size: 15px;
        outline: none;
        border: 0;
        padding: 15px 36px;
        border-radius: 4px;
        cursor: pointer;
        text-align: center;
    }
    .task_b {
        width: 100%;
        margin: 27px 0 30px 0;
    }
    .task_b h4 {
        font-weight: normal;
        font-size: 16px;
        margin: 0 0 12px 0;
    }
    .task_b div {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        box-sizing: border-box;
        width: 100%;
    }
    .task_b div+div {
        margin-top: 14px;
    }
    /*存股*/
    .stock_top {
        width: 100%;
        height: 600px;
        box-sizing: border-box;
        margin: 35px 0 0 0;
    }
    .stock_l {
        width: 49%;
        height: 100%;
        box-sizing: border-box;
        background-image: url("./icons/mutis.png");
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 100% 100%;
        padding: 42px 40px 0 40px;
    }
    .stock_r {
        width: 49%;
        height: 100%;
        box-sizing: border-box;
        background-image: url("./icons/bertis.png");
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 100% 100%;
        margin: 0 0 0 2%;
        padding: 42px 40px 0 40px;
    }
    .stock_l h1,
    .stock_r h1 {
        width: 100%;
        font-size: 24px;
        margin: 0 0 32px 0;
    }
    .stock_l h1::before,
    .stock_r h1::before {
        content: "";
        width: 80px;
        height: 14px;
        margin-right: 16px;
        background-image: url("./icons/c_title.png");
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 100% 100%;
    }
    .stock_l h1::after,
    .stock_r h1::after {
        content: "";
        width: 80px;
        height: 14px;
        margin-right: 16px;
        background-image: url("./icons/c_title.png");
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 100% 100%;
        transform: rotate(180deg);
        margin-left: 16px;
    }
    .stock_l>p,
    .stock_r>p {
        font-size: 17px;
        line-height: 1.8;
    }
    .stock_l h3 {
        font-weight: normal;
        font-size: 22px;
        margin: 20px 0 18px 0;
    }
    .stock_l button {
        border-radius: 10px;
        border: 0;
        display: block;
        height: 60px;
        width: 194px;
        margin: 32px auto 0 auto;
        font-size: 24px;
        color: white;
        cursor: pointer;
        background: -webkit-linear-gradient(90deg, #dd8d4f, #eea95b);
        background: -o-linear-gradient(90deg, #dd8d4f, #eea95b);
        background: -moz-linear-gradient(90deg, #dd8d4f, #eea95b);
        background: linear-gradient(90deg, #dd8d4f, #eea95b);
    }
    .stock_l div {
        width: 100%;
        margin: 24px 0 0 0;
    }
    .stock_l div section {
        width: 100%;
    }
    .stock_l div section p {
        width: 50%;
        font-size: 17px;
    }
    .stock_l div section p span,
    .stock_l div>div p span {
        font-size: 24px;
    }
    .stock_l div>div>a {
        font-size: 18px;
        display: block;
        margin: 0 0 0 20%;
        cursor: pointer;
        text-decoration: underline;
    }
    .stock_l div>div>a:nth-last-child(3) {
        margin-left: 0;
    }
    .stock_l div>p {
        font-size: 17px;
        margin: 8px 0 0 0;
    }
    .stock_l button[disabled] {
        background: #ccc !important;
        color: #999;
    }
    /*权益置换*/
    .equice {
        width: 100%;
        box-sizing: border-box;
        box-shadow: #e2e2e2 1px 1px 1% 5px;
        padding: 54px 42px 54px 42px;
        border-radius: 4px;
        margin: 33px 0 32px 0;
    }
    .equice_top {
        width: 895px;
        box-sizing: border-box;
        padding: 0 0 14px 0;
        border-bottom: #d1d0d0 solid 1px;
    }
    .equice_top li,
    .equititle li {
        width: 100%;
        font-size: 18px;
    }
    .equice_top li span,
    .equititle li span {
        display: block;
        width: 100px;
        font-size: 16px;
    }
    .equice_top li+li {
        margin-top: 34px;
    }
    .equice_top li>div {
        width: 100%;
        margin: 25px 0 0 0;
    }
    .equice_top li>div img {
        display: block;
        width: 210px;
        height: 133px;
        margin: 0 18px 26px 0;
    }
    .equice_top li>div img:nth-child(4n) {
        margin-right: 0;
    }
    .equititle {
        width: 100%;
        box-sizing: border-box;
        padding: 32px 0 36px 0;
        border-bottom: #d1d0d0 solid 1px;
    }
    .equititle li+li {
        margin-top: 21px;
    }
    .equistep {
        width: 100%;
        box-sizing: border-box;
        padding: 25px 0 25px 0;
    }
    .equistep+.equistep {
        border-top: #d1d0d0 solid 1px;
    }
    .equistep>span {
        font-size: 19px;
        display: block;
    }
    .equistep ul {
        width: 100%;
        box-sizing: border-box;
        padding: 0 0 0 16px;
        margin: 32px 0 0 0;
    }
    .equistep li {
        width: 100%;
        position: relative;
        box-sizing: border-box;
        padding: 0 0 54px 36px;
        border-left: #ccc solid 2px;
    }
    .equistep li span {
        display: block;
        box-sizing: border-box;
        position: absolute;
        width: 32px;
        left: -16px;
        top: -9px;
        padding: 6px 0;
    }
    .equistep li span a {
        display: block;
        width: 32px;
        height: 32px;
        font-size: 20px;
        line-height: 32px;
        text-align: center;
        border-radius: 50%;
    }
    .equistep li small {
        font-size: 14px;
    }
    .equistep li p {
        font-size: 18px;
        margin: 15px 0 0 0;
    }
    .equistep li:last-child {
        border-left: 0;
    }
    .equistep li:first-child span {
        left: -17px;
    }
    .equistep li:first-child span a {
        width: 34px;
        height: 34px;
        background-color: transparent;
    }
    .equistep li:first-child {
        border-left: #67da67 solid 2px;
    }
    .gobind {
        width: 100%;
        box-sizing: border-box;
        border-top: #dddbd4 solid 1px;
    }
    .gobind a {
        display: block;
        width: 166px;
        height: 54px;
        line-height: 54px;
        text-align: center;
        border-radius: 10px;
        margin: 24px auto 0 auto;
        font-size: 24px;
    }
    .gobind a[href=''],
    .gobind a:not([href]) {
        border: 0;
    }
    .gobindprep {
        width: 100%;
        box-sizing: border-box;
        padding: 52px 45px 46px 0;
    }
    .gobindprep ul li {
        position: relative;
    }
    .gobindprep ul .off span {
        background-image: url(./icons/doneicon.png);
        background-size: 25px 21px;
        background-repeat: no-repeat;
        background-position: 50%;
        color: transparent;
    }
    .gobindprep ul li+li {
        width: 418px;
    }
    .gobindprep ul li:first-child div {
        right: -22px;
    }
    .gobindprep ul li div {
        font-size: 20px;
        text-align: center;
        position: relative;
        top: -22px;
    }
    .gobindprep ul li div span {
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        font-size: 22px;
        text-align: center;
        line-height: 40px;
        margin: 0 auto 15px auto;
    }
    .gobindStep {
        width: 100%;
        box-sizing: border-box;
        padding: 0 40px 50px 40px;
        border-radius: 4px;
    }
    .gobindStep h2 {
        font-weight: normal;
        font-size: 20px;
        width: 100%;
        box-sizing: border-box;
        padding: 33px 0 23px 0;
        text-align: center;
    }
    .gobstep {
        width: 100%;
        box-sizing: border-box;
        padding: 58px 0 0 142px;
    }
    .gobstep li {
        box-sizing: border-box;
        width: 100%;
        position: relative;
        padding-bottom: 78px;
    }
    .gobstep li:last-child {
        border-left: 0;
    }
    .gobstep li span {
        display: block;
        border-radius: 50%;
        width: 31px;
        height: 31px;
        line-height: 31px;
        text-align: center;
        font-size: 18px;
        margin: 0 12px 0 0;
        position: relative;
        left: -16px;
        top: -16px;
    }
    .gobstep li p {
        font-size: 18px;
        padding-left: 18px;
        width: 100%;
        box-sizing: border-box;
        position: relative;
        top: -13px;
    }
    .gotonext,
    .gotonext2 {
        display: block;
        border-radius: 4px;
        width: 150px;
        height: 45px;
        margin: 0 auto 20px auto;
        text-align: center;
        line-height: 45px;
    }
    .bindset {
        width: 100%;
        box-sizing: border-box;
        padding: 54px 0 0 85px;
        margin: 0 0 40px 0;
    }
    .gonetinput {
        box-sizing: border-box;
        font-size: 16px;
        margin: 0 0 20px 0;
        width: 100%;
    }
    .gonetinput>span {
        display: block;
        width: 96px;
        text-align: right;
        padding: 0 22px 0 0;
    }
    .gonetinput>div {
        box-sizing: border-box;
        padding: 0 0 0 18px;
        width: 458px;
    }
    .gonetinput>div input[type=text],
    .gonetinput>div input[type=tel] {
        border: 0;
        font-size: 17px;
        height: 50px;
        background-color: transparent;
        outline: none;
        box-sizing: border-box;
    }
    .gonetinput>div input[type=button] {
        box-sizing: border-box;
        outline: none;
        border: 0;
        height: 43px;
        width: 110px;
        font-size: 17px;
        border-radius: 4px;
        margin: 0 4px 0 0;
        cursor: pointer;
    }
    .gonbunt {
        width: 560px;
        box-sizing: border-box;
        padding: 0 0 0 96px;
        margin: 60px 0;
    }
    .gonbunt>* {
        outline: none;
        box-sizing: border-box;
        width: 120px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        font-size: 18px;
        border-radius: 4px;
        cursor: pointer;
    }
    .gonbunt>*+* {
        margin-left: 60px;
    }
    .bindshure {
        box-sizing: border-box;
        width: 100%;
        padding: 70px 0 90px 148px;
    }
    .bindshure>p {
        font-size: 16px;
        margin: 0 0 36px 0;
    }
    .bindshure>p span {
        font-size: 24px;
    }
    .bindshure>text {
        font-size: 16px;
    }
    .bindlogo {
        width: 100%;
        box-sizing: border-box;
        margin: 38px 0;
    }
    .bindlogo>span {
        display: block;
        width: 110px;
        font-size: 16px;
    }
    .bindlogo div img {
        display: block;
        width: auto;
        height: 37px;
        margin: 0 15px 0 0;
    }
    .bindlogo div {
        font-size: 18px;
    }
    .bindlogo div:nth-child(3) {
        font-size: 16px;
        margin: 0 25px;
    }
    .bindlogo div p {
        overflow: hidden;
        display: block;
        width: 202px;
        height: 9px;
        border-radius: 5px;
        margin: 12px 0 0 0;
    }
    .bindlogo div p span {
        display: block;
        height: 100%;
        border-radius: 5px;
    }
    .fabs {
        box-sizing: border-box;
        width: 100%;
        height: 100vh;
        position: absolute;
        bottom: 0;
    }
    .fabs>* {
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        padding: 0 0 60px 0;
    }
    .fabcphone {
        box-sizing: border-box;
        border-radius: 10px;
        padding: 14px 33px 21px 33px;
        width: 450px;
    }
    .fabcphone>p {
        width: 100%;
        text-align: right;
    }
    .fabcphone>p button {
        display: inline-block;
        box-sizing: border-box;
        outline: none;
        cursor: pointer;
        border: 0;
        background-color: transparent;
        appearance: none;
        width: 23px;
        height: 23px;
        background-image: url('./icons/closeioc.png');
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 100%;
        transform: translateX(20px);
    }
    .fabcphone section {
        box-sizing: border-box;
        width: 100%;
        font-size: 18px;
    }
    .fabcphone section p {
        font-size: 20px;
        margin: 12px 0 0 0;
    }
    .fabcphone div {
        width: 100%;
        box-sizing: border-box;
        padding: 2px;
        height: 46px;
        margin: 12px 0 22px 0;
    }
    .fabcphone div input:not([type=button]) {
        outline: none;
        background-color: transparent;
        border: 0;
        box-sizing: border-box;
        padding: 0 0 0 16px;
        font-size: 18px;
        width: 195px;
    }
    .fabcphone div>span {
        font-size: 18px;
    }
    .fabcphone div input[type=button],
    .fabcphone div input[type=submit] {
        outline: none;
        border: 0;
        box-sizing: border-box;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        font-size: 18px;
        border-radius: 4px;
        width: 110px;
        height: 100%;
        margin: 0 0 0 10px;
    }
    .fabcphone div:last-child {
        padding: 0;
        margin: 0;
        border: 0;
    }
    .fabcphone div:last-child .cancel {
        outline: none;
        box-sizing: border-box;
        border-radius: 4px;
        width: 120px;
        height: 38px;
        font-size: 18px;
        margin: 0 35px 0 0;
        cursor: pointer;
    }
    .fabcphone div:last-child .confirm {
        outline: none;
        display: block;
        box-sizing: border-box;
        border-radius: 4px;
        width: 120px;
        height: 38px;
        font-size: 18px;
        cursor: pointer;
    }
    /*新的存股*/
    .handlegu {
        width: 100%;
        box-sizing: border-box;
        border-radius: 10px;
        margin: 28px 0 0 0;
        padding: 0 38px 60px 38px;
        min-height: 600px;
    }
    .handlegu>h2 {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        font-weight: normal;
        font-size: 20px;
        padding: 35px 0 24px 0;
    }
    .handletop {
        width: 100%;
        box-sizing: border-box;
        padding: 30px 0 80px 0;
    }
    .handletop-dat {
        width: 100%;
        box-sizing: border-box;
        font-size: 20px;
    }
    .handletop-dat>p {
        width: 30%;
    }
    .handletop>a {
        display: block;
        width: 150px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 4px;
        margin: 60px auto 0 auto;
    }
    .handlebottom {
        width: 100%;
        box-sizing: border-box;
        padding: 45px 14px 60px 14px;
    }
    .handlebottom div::after {
        content: "";
        display: block;
        width: 35%;
    }
    .handlebottom div p {
        font-size: 18px;
        width: 35%;
        box-sizing: border-box;
    }
    .handlebottom div p span {
        font-size: 26px;
        display: inline-block;
    }
    .handlebottom>p {
        margin: 60px 0 0 0;
        font-size: 18px;
    }
    .handlebunt {
        width: 150px;
        height: 45px;
        font-size: 18px;
        border-radius: 4px;
        cursor: pointer;
        outline: none;
        border: 0;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
    }
    .handlechecked {
        width: 100%;
        box-sizing: border-box;
        padding: 42px 0 0 0;
    }
    .handlechecked p {
        font-size: 20px;
        margin: 0 0 18px 0;
    }
    .handlechecked div {
        width: 100%;
        box-sizing: border-box;
    }
    .handlechecked label {
        position: relative;
        cursor: pointer;
        display: block;
        margin: 0 0 14px 0;
    }
    .handlechecked label span {
        width: 260px;
        height: 72px;
        border-radius: 10px;
        box-sizing: border-box;
        padding: 0 0 0 26px;
    }
    .handlechecked label span img {
        height: 38px;
    }
    .handlechecked label input {
        outline: none;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        border: 0;
        position: absolute;
        left: 0;
    }
    .handleinput {
        width: 100%;
        box-sizing: border-box;
        margin: 30px 0 0 0;
    }
    .handleinput>span {
        display: block;
        width: 132px;
        font-size: 18px;
    }
    .handleinput input {
        outline: none;
        background-color: transparent;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        width: 458px;
        height: 50px;
        box-sizing: border-box;
        border-radius: 2px;
        padding: 0 0 0 12px;
        font-size: 18px;
    }
    .handleinput+.handlebunt {
        margin: 45px 0 0 240px;
    }
    .handlemassage {
        width: 100%;
        box-sizing: border-box;
        margin: 42px 0 0 0;
    }
    .handlemassage p {
        font-size: 18px;
    }
    .handlemassage a {
        display: block;
        width: 150px;
        height: 40px;
        line-height: 40px;
        border-radius: 4px;
        text-align: center;
        margin: 0 0 0 52px;
        font-size: 18px;
    }
}