/*手机总体*/

@media screen and (max-device-width: 1024px) {
    .Serbgu {
        background-image: url("icons/serbg.jpg");
        background-repeat: no-repeat;
        background-position: 60% 50%;
        background-size: auto 100%;
    }
    .segbox {
        width: 100%;
        height: 100%;
        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;
        -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 {
        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;
        top: -2rem;
    }
    .segleft h1 {
        text-align: left;
        font-size: 1.5rem;
        background-image: url("icons/selogo.png");
        background-repeat: no-repeat;
        background-position: 0% 50%;
        background-size: auto 1.35rem;
        padding-left: 1.75rem;
        margin: 0 0 1.5rem 0;
    }
    .segleft h3 {
        display: none;
    }
    .segleft p {
        display: none;
    }
    .segright {
        width: calc(100% - 3.6rem);
        width: -webkit-calc(100% - 3.6rem);
        width: -moz-calc(100% - 3.6rem);
        box-sizing: border-box;
        border-radius: 0.25rem;
        padding: 1.5rem 1.85rem;
        position: relative;
        top: -2rem;
    }
    .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: 0.85rem;
        margin: 0 0 0.85rem 0;
    }
    .segright div span {
        display: block;
        width: 3.25rem;
    }
    .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;
        width: calc(100% - 3.25rem);
        width: -webkit-calc(100% - 3.25rem);
        width: -moz-calc(100% - 3.25rem);
        height: 1.6rem;
        border-radius: 0.2rem;
        outline: none;
        border: 0;
        padding: 0 0.5rem;
        font-size: 0.85rem;
    }
    .segright div:nth-child(4) input[type=text] {
        width: 5.6rem;
    }
    .segright div input+* {
        margin-left: 0.75rem;
        height: 1.25rem;
        line-height: 1.25rem;
        font-size: 0.825rem;
        box-sizing: border-box;
        padding: 0 0.5rem;
    }
    .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: 1.85rem;
        border-radius: 0.25rem;
        margin: 1.25rem 0 0 0;
        cursor: pointer;
    }
    .segright label input {
        border: 0;
        background: none;
        font-size: 0.85rem;
        cursor: pointer;
    }
    .todoten {
        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;
    }
    .todoten>a {
        display: block;
        text-align: right;
        box-sizing: border-box;
        font-size: 0.75rem;
        margin: 0.35rem 0 0 0;
        padding: 0 0 0 0;
        cursor: pointer;
    }
    .segright h3 {
        font-size: 0.95rem;
        margin: 0 0 1rem 0;
    }
    .segright p {
        font-size: 0.7rem;
        line-height: 1.5;
        margin: 0.75rem 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;
        position: fixed;
        top: 0;
        z-index: 99;
        padding: 0 0.8rem;
        height: 3.2rem;
        background-color: #f6f8f9;*/
        display: none;
    }
    .header h1 {
        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;
        font-size: 0.95rem;
        background-image: url("icons/selogo.png");
        background-repeat: no-repeat;
        background-position: 0% 50%;
        background-size: auto 2rem;
        padding-left: 2.1rem;
        height: 100%;
    }
    .header h1 text {
        display: inline-block;
        font-weight: normal;
        font-size: 0.8rem;
        position: relative;
        left: -0.5rem;
        margin: 0.16rem 0 0 0;
    }
    .header h2 {
        font-size: 1.15rem;
        background-image: url("icons/tubiao_jinbi.png");
        background-repeat: no-repeat;
        background-position: 0% 50%;
        background-size: auto 1.3rem;
        padding-left: 1.5rem;
    }
    .header button {
        text-align: center;
        background: none;
        background-image: url("icons/lisbunts.png");
        background-repeat: no-repeat;
        background-position: 50% 0%;
        background-size: auto 1.25rem;
        border: 0;
        outline: none;
        padding: 1.35rem 0 0 0;
        font-size: 0.65rem;
    }
    .header p {
        display: none;
    }
    .boxmain {
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        position: relative;
        padding-top: 0.5rem;
    }
    /*.buntsleft{
        display: none;
    }*/
    .cenmain {
        width: 100%;
        height: auto;
        box-sizing: border-box;
    }
    #cenFrem {
        width: 100%;
        height: 100%;
    }
    .itembox {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 999;
        display: none;
    }
    .buntsleft {
        width: 100%;
        overflow: hidden;
        overflow-y: auto;
        box-sizing: border-box;
        padding: 0 0.25rem 0 0;
        border-radius: 0.25rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        position: fixed;
        z-index: 9999;
        top: 1rem;
    }
    .buntsleft ul {
        width: 42.6%;
        box-sizing: border-box;
        border-radius: 0.25rem;
    }
    .buntsleft ul li {
        box-sizing: border-box;
        padding: 0 1.12rem;
        cursor: pointer;
        height: 2.5rem;
    }
    .buntsleft ul li a {
        display: block;
        box-sizing: border-box;
        width: 100%;
        font-size: 0.8rem;
        padding: 0.75rem 0;
        position: relative;
    }
    .buntsleft ul li a span {
        display: block;
        width: 100%;
        position: relative;
        left: -1.1rem;
        height: 1.0rem;
        line-height: 1.0rem;
        padding: 0 0 0 2.75rem;
    }
    .buntsleft ul .theaction a span {
        padding: 0 0 0 2.5rem;
    }
    .buntsleft li a .icon01 {
        background-image: url("icons/home.png");
        background-repeat: no-repeat;
        background-position: 1.25rem 50%;
        background-size: auto 0.85rem;
    }
    .buntsleft li a .icon02 {
        background-image: url("icons/gupiao.png");
        background-repeat: no-repeat;
        background-position: 1.25rem 50%;
        background-size: auto 0.85rem;
    }
    .buntsleft li a .icon03 {
        background-image: url("icons/navik.png");
        background-repeat: no-repeat;
        background-position: 1.25rem 50%;
        background-size: auto 0.76rem;
    }
    .buntsleft li a .icon04 {
        background-image: url("icons/daboxk.png");
        background-repeat: no-repeat;
        background-position: 1.25rem 50%;
        background-size: auto 0.75rem;
    }
    .buntsleft li a .icon05 {
        background-image: url("icons/tuichu.png");
        background-repeat: no-repeat;
        background-position: 1.25rem 50%;
        background-size: auto 0.78rem;
    }
    .buntsleft li a .icon06 {
        background-image: url("icons/huiyu.png");
        background-repeat: no-repeat;
        background-position: 1.25rem 50%;
        background-size: auto 0.75rem;
    }
    .buntsleft li a .icon07 {
        background-image: url("icons/pass.png");
        background-repeat: no-repeat;
        background-position: 1.25rem 50%;
        background-size: auto 0.82rem;
    }
    .buntsleft li a .icon08 {
        background-image: url("icons/user.png");
        background-repeat: no-repeat;
        background-position: 1.25rem 50%;
        background-size: auto 0.82rem;
    }
    .buntsleft li a .icon09 {
        background-image: url("icons/huiyu.png");
        background-repeat: no-repeat;
        background-position: 1.25rem 50%;
        background-size: auto 0.75rem;
    }
    .buntsleft li a .icon10 {
        background-image: url("icons/dengj.png");
        background-repeat: no-repeat;
        background-position: 1.25rem 50%;
        background-size: auto 0.85rem;
    }
    .buntsleft li a .icon11 {
        background-image: url("icons/userout.png");
        background-repeat: no-repeat;
        background-position: 1.25rem 50%;
        background-size: auto 0.85rem;
    }
    .buntsleft li a .icon12 {
        background-image: url("icons/quannum.png");
        background-repeat: no-repeat;
        background-position: 1.25rem 50%;
        background-size: auto 0.75rem;
    }
    .buntsleft li a .icon13 {
        background-image: url("icons/teacher.png");
        background-repeat: no-repeat;
        background-position: 1.15rem 50%;
        background-size: auto 1rem;
    }
    .buntsleft li a .icon14 {
        background-image: url("icons/ulist.png");
        background-repeat: no-repeat;
        background-position: 1.3rem 50%;
        background-size: auto 0.78rem;
    }
    .buntsleft li a .icon15 {
        background-image: url("icons/imall.png");
        background-repeat: no-repeat;
        background-position: 1.1rem 50%;
        background-size: auto 0.65rem;
    }
    .buntsleft li a .icon17 {
        background-image: url("icons/ulist.png");
        background-repeat: no-repeat;
        background-position: 1.3rem 50%;
        background-size: auto 0.78rem;
    }
    .buntsleft li a .icon18 {
        background-image: url("icons/ulist.png");
        background-repeat: no-repeat;
        background-position: 1.3rem 50%;
        background-size: auto 0.78rem;
    }
    .buntsleft .theaction a .icon01 {
        background-image: url("icons/_home.png");
        background-repeat: no-repeat;
        background-position: 0.95rem 50%;
        background-size: auto 0.85rem;
    }
    .buntsleft .theaction a .icon02 {
        background-image: url("icons/_gupiao.png");
        background-repeat: no-repeat;
        background-position: 0.95rem 50%;
        background-size: auto 0.85rem;
    }
    .buntsleft .theaction a .icon03 {
        background-image: url("icons/_navik.png");
        background-repeat: no-repeat;
        background-position: 0.95rem 50%;
        background-size: auto 0.76rem;
    }
    .buntsleft .theaction a .icon04 {
        background-image: url("icons/_daboxk.png");
        background-repeat: no-repeat;
        background-position: 0.95rem 50%;
        background-size: auto 0.75rem;
    }
    .buntsleft .theaction a .icon05 {
        background-image: url("icons/_tuichu.png");
        background-repeat: no-repeat;
        background-position: 0.95rem 50%;
        background-size: auto 0.78rem;
    }
    .buntsleft .theaction a .icon06 {
        background-image: url("icons/_huiyu.png");
        background-repeat: no-repeat;
        background-position: 0.95rem 50%;
        background-size: auto 0.78rem;
    }
    .buntsleft .theaction a .icon07 {
        background-image: url("icons/_pass.png");
        background-repeat: no-repeat;
        background-position: 0.95rem 50%;
        background-size: auto 0.78rem;
    }
    .buntsleft .theaction a .icon08 {
        background-image: url("icons/_user.png");
        background-repeat: no-repeat;
        background-position: 0.95rem 50%;
        background-size: auto 0.78rem;
    }
    .buntsleft .theaction a .icon09 {
        background-image: url("icons/_huiyu.png");
        background-repeat: no-repeat;
        background-position: 0.95rem 50%;
        background-size: auto 0.78rem;
    }
    .buntsleft .theaction a .icon10 {
        background-image: url("icons/_dengj.png");
        background-repeat: no-repeat;
        background-position: 1.25rem 50%;
        background-size: auto 0.85rem;
    }
    .buntsleft .theaction a .icon11 {
        background-image: url("icons/_userout.png");
        background-repeat: no-repeat;
        background-position: 1.25rem 50%;
        background-size: auto 0.85rem;
    }
    .buntsleft .theaction a .icon12 {
        background-image: url("icons/_quannum.png");
        background-repeat: no-repeat;
        background-position: 0.95rem 50%;
        background-size: auto 0.78rem;
    }
    .buntsleft .theaction a .icon13 {
        background-image: url("icons/_teacher.png");
        background-repeat: no-repeat;
        background-position: 1.15rem 50%;
        background-size: auto 1rem;
    }
    .buntsleft .theaction a .icon14 {
        background-image: url("icons/_ulist.png");
        background-repeat: no-repeat;
        background-position: 0.9rem 50%;
        background-size: auto 0.78rem;
    }
    .buntsleft .theaction a .icon15 {
        background-image: url("icons/_imall.png");
        background-repeat: no-repeat;
        background-position: 1.1rem 50%;
        background-size: auto 0.65rem;
    }
    .buntsleft .theaction a .icon17 {
        background-image: url("icons/_imall.png");
        background-repeat: no-repeat;
        background-position: 1.1rem 50%;
        background-size: auto 0.65rem;
    }
    .buntsleft .theaction a .icon18 {
        background-image: url("icons/_imall.png");
        background-repeat: no-repeat;
        background-position: 1.1rem 50%;
        background-size: auto 0.65rem;
    }
    .adwhite ul {
        background-color: #fff;
        color: #353535;
    }
    /*.grounds{
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        padding: 2.0rem 0.25rem 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
    }
    .grounds ul{
        width: 42.6%;
        height: 28.2rem;
        box-sizing: border-box;
        border-radius: 0.25rem;
    }
    .grounds ul li{
        box-sizing: border-box;
        padding: 0 1.12rem;
        cursor: pointer;
    }
    .grounds ul li a{
        display: block;
        box-sizing: border-box;
        width: 100%;
        font-size: 0.8rem;
        padding: 0.75rem 0;
        position: relative;
    }
    .grounds ul li a span{
        display: block;
        width: 100%;
        position: relative;
        left: -1.1rem;
        height: 1.25rem;
        line-height: 1.25rem;
        padding: 0 0 0 2.75rem;
    }
    .grounds ul .theaction a span{
        padding: 0 0 0 2.5rem;
    }
    .grounds li a .icon01{
        background-image: url("icons/home.png");
        background-repeat: no-repeat;
        background-position: 1.25rem 50%;
        background-size: auto 0.85rem;
    }
    .grounds li a .icon02{
        background-image: url("icons/gupiao.png");
        background-repeat: no-repeat;
        background-position: 1.25rem 50%;
        background-size: auto 0.85rem;
    }
    .grounds li a .icon03{
        background-image: url("icons/navik.png");
        background-repeat: no-repeat;
        background-position: 1.25rem 50%;
        background-size: auto 0.76rem;
    }
    .grounds li a .icon04{
        background-image: url("icons/daboxk.png");
        background-repeat: no-repeat;
        background-position: 1.25rem 50%;
        background-size: auto 0.75rem;
    }
    .grounds li a .icon05{
        background-image: url("icons/tuichu.png");
        background-repeat: no-repeat;
        background-position: 1.25rem 50%;
        background-size: auto 0.78rem;
    }
    .grounds li a .icon06{
        background-image: url("icons/huiyu.png");
        background-repeat: no-repeat;
        background-position: 1.25rem 50%;
        background-size: auto 0.75rem;
    }
    .grounds li a .icon07{
        background-image: url("icons/pass.png");
        background-repeat: no-repeat;
        background-position: 1.25rem 50%;
        background-size: auto 0.82rem;
    }
    .grounds li a .icon08{
        background-image: url("icons/user.png");
        background-repeat: no-repeat;
        background-position: 1.25rem 50%;
        background-size: auto 0.82rem;
    }
    .grounds li a .icon09{
        background-image: url("icons/huiyu.png");
        background-repeat: no-repeat;
        background-position: 1.25rem 50%;
        background-size: auto 0.75rem;
    }
    .grounds li a .icon10{
        background-image: url("icons/dengj.png");
        background-repeat: no-repeat;
        background-position: 1.25rem 50%;
        background-size: auto 0.85rem;
    }

    .grounds .theaction a .icon01{
        background-image: url("icons/_home.png");
        background-repeat: no-repeat;
        background-position: 0.95rem 50%;
        background-size: auto 0.85rem;
    }
    .grounds .theaction a .icon02{
        background-image: url("icons/_gupiao.png");
        background-repeat: no-repeat;
        background-position: 0.95rem 50%;
        background-size: auto 0.85rem;
    }
    .grounds .theaction a .icon03{
        background-image: url("icons/_navik.png");
        background-repeat: no-repeat;
        background-position: 0.95rem 50%;
        background-size: auto 0.76rem;
    }
    .grounds .theaction a .icon04{
        background-image: url("icons/_daboxk.png");
        background-repeat: no-repeat;
        background-position: 0.95rem 50%;
        background-size: auto 0.75rem;
    }
    .grounds .theaction a .icon05{
        background-image: url("icons/_tuichu.png");
        background-repeat: no-repeat;
        background-position: 0.95rem 50%;
        background-size: auto 0.78rem;
    }
    .grounds .theaction a .icon06{
        background-image: url("icons/_huiyu.png");
        background-repeat: no-repeat;
        background-position: 0.95rem 50%;
        background-size: auto 0.78rem;
    }
    .grounds .theaction a .icon07{
        background-image: url("icons/_pass.png");
        background-repeat: no-repeat;
        background-position: 0.95rem 50%;
        background-size: auto 0.78rem;
    }
    .grounds .theaction a .icon08{
        background-image: url("icons/_user.png");
        background-repeat: no-repeat;
        background-position: 0.95rem 50%;
        background-size: auto 0.78rem;
    }
    .grounds .theaction a .icon09{
        background-image: url("icons/_huiyu.png");
        background-repeat: no-repeat;
        background-position: 0.95rem 50%;
        background-size: auto 0.78rem;
    }
    .grounds .theaction a .icon10{
        background-image: url("icons/_dengj.png");
        background-repeat: no-repeat;
        background-position: 1.25rem 50%;
        background-size: auto 0.85rem;
    }
*/
    .hadpiao {
        width: 100%;
        box-sizing: border-box;
        padding: 0.5rem 0.8rem 0 0.8rem;
    }
    .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: 0.8rem;
        padding: 0 0.35rem 0.5rem 0;
        margin: 0 0 1rem 0;
    }
    .hadpiao>h2 p {
        border-left: #ee861b solid 0.25rem;
        padding-left: 0.5rem;
    }
    .hadpiao>h2 section a {
        display: block;
        border: 0;
        background: none;
    }
    .banerbox {
        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;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        margin: 0 0 0.85rem 0;
    }
    .banerbox div {
        width: 48.0%;
        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: 0.68rem;
        border-radius: 0.25rem;
        margin: 0 0 0.75rem 0;
        box-sizing: border-box;
        padding: 1.0rem 0;
    }
    .banerbox div section span {
        font-size: 0.9rem;
        margin: 0 0.3rem 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 0.2rem 0;
    }
    .banerbox div section text {
        padding: 0 0 0 0.5rem;
    }
    .banerbox div a {
        display: inline-block;
        font-size: 0.7rem;
        padding: 0.2rem 0.65rem;
        border-radius: 0.15rem;
        margin: 0 0 0 0.8rem;
    }
    .banerdata {
        width: 100%;
        box-sizing: border-box;
        padding: 0.8rem 1rem;
        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: 0.65rem;
        margin: 0 0 0.75rem 0;
    }
    .banerdata div p {
        font-size: 0.85rem;
        margin: 0.25rem 0 0.2rem 0;
    }
    .banerdata section {
        text-align: right;
    }
    .banerdata section h4 {
        font-weight: normal;
        font-size: 0.82rem;
        margin: 0 0 0.25rem 0;
    }
    .banerdata section h4 text {
        font-size: 0.65rem;
    }
    .banerdata section p {
        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;
    }
    .banerdata section p span+span {
        margin: 0.25rem 0 0 0;
    }
    .banerdata section h5 {
        font-weight: normal;
        font-size: 0.72rem;
        margin: 0 0 0.25rem 0;
    }
    .banerdata div h5 {
        font-weight: normal;
        font-size: 0.65rem;
        margin: 0 0 0.25rem 0;
    }
    /*凭证*/
    .hadpiao h2>a {
        display: none;
        font-size: 0.72rem;
        padding: 0.12rem 0.8rem;
    }
    .wathbox {
        width: 100%;
        box-sizing: border-box;
        margin: 0;
        padding: 0.72rem;
        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: 1.85rem 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: 75%;
        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.5rem 0.5rem 0.5rem 0.5rem;
    }
    .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: 1.25rem 1.2rem;
    }
    .twencen>span {
        font-size: 1rem;
    }
    .twencen>p {
        font-size: 1rem;
        line-height: 1.6;
        text-indent: 2em;
        margin: 0.85rem 0 0 0;
    }
    .twencen>h1 {
        text-align: center;
        font-size: 1.2rem;
        margin: 1.25rem 0 0 0;
    }
    .twencen>h4 {
        margin: 0.9rem 0 0 0;
        line-height: 1.6;
        font-size: 0.72rem;
    }
    .twencen>h4 span {
        margin: 0 0.35rem 0 0.25rem;
    }
    .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: 0rem 1.2rem 1.75rem 0;
        text-align: right;
    }
    .tewndow div span {
        display: inline-block;
        text-align: center;
        height: 5rem;
        width: 50%;
        line-height: 1.6;
        background-image: url("icons/zhang.png");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: auto 5rem;
        box-sizing: border-box;
        font-size: 0.8rem;
        padding: 1.25rem 0 0 0;
    }
    .dowbunt2 {
        display: block;
        border-radius: 0.25rem;
        width: 50%;
        height: 2.4rem;
        margin: 0.75rem auto 1.2rem auto;
    }
    .dowbunt2 input {
        width: 100%;
        height: 100%;
        font-size: 0.8rem;
        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: 0.65rem;
        padding: 0.75rem 1rem 0.35rem 1rem;
        border-radius: 0.25rem;
        margin: 0 0 0.8rem 0;
    }
    .sclist li div {
        width: calc(100% - 5rem);
        width: -webkit-calc(100% - 5rem);
        width: -moz-calc(100% - 5rem);
    }
    .sclist li p {
        margin: 0 0 0.45rem 0;
    }
    .sclist li section text {
        font-size: 0.8rem;
    }
    .sclist li p text+text {
        margin: 0 0 0 0.5rem;
    }
    .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;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        margin: 0 0 0.75rem 0;
    }
    .sclist li div section p {
        margin: 0 0 0.15rem 0;
        width: 100%;
    }
    .sclist li section p span {
        font-size: 0.9rem;
    }
    .buycar,
    .buyweb,
    .buusa {
        display: inline-block;
        margin-bottom: 0.5rem !important;
    }
    .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;
    }
    .sclist li a {
        display: inline-block;
        font-size: 0.68rem;
        padding: 0.25rem 0.85rem;
        border-radius: 0.2rem;
    }
    .sclist li p span+span {
        margin: 0 0 0 0.5rem;
    }
    .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: 1.4rem 0.56rem;
        padding-right: 1.9rem;
    }
    .buycar {
        background-image: url("icons/monycar.png");
        background-repeat: no-repeat;
        background-position: 0 50%;
        background-size: auto 0.68rem;
        padding-left: 1.15rem;
    }
    .buyweb {
        background-image: url("icons/alibaicon.png");
        background-repeat: no-repeat;
        background-position: 0 50%;
        background-size: auto 0.75rem;
        padding-left: 1.2rem;
    }
    .buusa {
        background-image: url("icons/usa.png");
        background-repeat: no-repeat;
        background-position: 0 50%;
        background-size: auto 0.8rem;
        padding-left: 1.2rem;
    }
    /*出让*/
    .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: 0.72rem;
        width: 100%;
        margin: 0 0 0.85rem 0;
    }
    .inpulist+h6 {
        font-weight: normal;
        font-size: 0.72rem;
        box-sizing: border-box;
        padding: 0 0 0 4rem;
    }
    .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;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        font-size: 0.75rem;
        width: 100%;
        margin: 0 0 0.85rem 0;
    }
    .inpulist3 {
        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;
        font-size: 0.75rem;
        width: 100%;
        margin: 0 0 0.85rem 0;
    }
    .inpulist3 span {
        display: block;
        width: auto;
        box-sizing: border-box;
        text-align: right;
        padding: 0 0.25rem 0 0;
    }
    .inpulist span {
        display: block;
        width: 6.4rem;
        box-sizing: border-box;
        text-align: right;
        padding: 0 0.25rem 0 0;
    }
    .inpulist .tlw6 {
        width: 6rem;
    }
    .inpulist .tlw5 {
        width: 4.5rem;
    }
    .inpulist2 span {
        display: block;
        width: 5.4rem;
        box-sizing: border-box;
        text-align: right;
        padding: 0 0.25rem 0 0;
        margin-bottom: 0.6rem;
    }
    .inpulist label {
        margin: 0 0.5rem 0 0;
    }
    .inpulist3 label {
        margin: 0 0.5rem 0 0;
    }
    .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;
        font-size: 0.75rem;
    }
    .in_radio input[type=radio] {
        width: 0.8rem;
        height: 0.8rem;
        border: 0;
        outline: none;
        margin-right: 0.4rem;
        background-image: url("icons/Noct.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 0.8rem;
        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: 0.8rem;
    }
    .in_gun {
        width: 100%;
        box-sizing: border-box;
        border-radius: 0.12rem;
        padding: 0.75rem 0.65rem;
        margin-bottom: 1rem;
    }
    .in_gun p {
        line-height: 1.6;
        font-size: 0.75rem;
    }
    .in_gun p+p {
        margin-top: 0.5rem;
    }
    .in_gun p span {
        display: inline-block;
        margin-right: 0.8rem;
    }
    .char_set+p {
        font-size: 0.75rem;
        width: 100%;
        padding-left: 0.8rem;
        margin: 0.75rem 0 1rem 0;
        line-height: 1.6;
    }
    .inset_school {
        width: 100%;
        box-sizing: border-box;
        font-size: 0.8rem;
        padding: 0.8rem 0.8rem;
    }
    .inset_school strong {
        display: block;
        margin-bottom: 0.8rem;
    }
    .inset_school span {
        display: block;
        margin-bottom: 0.75rem;
    }
    .inset_school p {
        padding: 0.5rem 0 0.5rem 0;
        font-size: 0.7rem;
    }
    .inpulist .qinw4 {
        width: 5.4rem;
        margin: 0 0.5rem 0 0;
    }
    .inpulist .qinw4+img {
        display: block;
        height: 1.35rem !important;
        width: 4rem !important;
        padding: 0;
        margin: 0 !important;
    }
    .inpulist label input[type=text],
    .inpulist label input[type=password] {
        background: none;
        outline: none;
        border: 0;
        font-size: 0.72rem;
        height: 1.5rem;
        box-sizing: border-box;
        width: 9.25rem;
        padding: 0 0.5rem;
    }
    .inpulist .qinw4 input[type=text],
    .inpulist .qinw4 input[type=password] {
        background: none;
        outline: none;
        border: 0;
        font-size: 0.72rem;
        height: 1.5rem;
        box-sizing: border-box;
        width: 5.4rem;
        padding: 0 0.5rem;
    }
    .inpulist label select {
        background: none;
        outline: none;
        border: 0;
        font-size: 0.72rem;
        height: 1.5rem;
        box-sizing: border-box;
        width: 10rem;
        padding: 0 0.5rem;
    }
    .inpulist label+a {
        margin: 0.5rem 0 0 0;
    }
    .inpulist>a {
        display: block;
        text-decoration: underline;
        font-size: 0.68rem;
        box-sizing: border-box;
        padding: 0 0 0 1rem;
    }
    .inpulist2 label {
        background-image: url("icons/Noct.png");
        background-repeat: no-repeat;
        background-position: 0% 50%;
        background-size: auto 0.75rem;
        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: 0.68rem;
        padding: 0 0 0 0;
        cursor: pointer;
    }
    .inpulist2 .wonum {
        background-image: url("icons/Yect.png");
        background-repeat: no-repeat;
        background-position: 0% 50%;
        background-size: auto 0.75rem;
        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: 0.68rem;
        padding: 0 0 0 0;
        cursor: pointer;
    }
    .inpulist2 label+label {
        margin: 0 0 0 1.5rem;
    }
    .inpulist2 label input {
        opacity: 0;
        filter: alpha(opacity=0);
        cursor: pointer;
    }
    .inbuntbox {
        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;
        box-sizing: border-box;
        margin: 2rem 0 1.2rem 0;
        padding: 0 0 0 0;
    }
    .inbuntbox label {
        border-radius: 0.2rem;
        box-sizing: border-box;
    }
    .inbuntbox label+label {
        margin: 0 0 0 1.5rem;
    }
    .inbuntbox label input {
        background: none;
        outline: none;
        border: 0;
        font-size: 0.8rem;
        height: 1.8rem;
        width: 7rem;
    }
    .inpulist .qinw4+button {
        border: 0;
        padding: 0 0.5rem;
        outline: none;
        height: 1.5rem;
        border-radius: 0.2rem;
        cursor: pointer;
        font-size: 0.65rem;
    }
    .inpulist text {
        display: block;
        width: 100%;
        box-sizing: border-box;
        margin: 0.35rem 0 0 0;
        padding-left: 11rem;
    }
    .inpulist .eaful {
        border: 0;
        width: 2.6rem;
        outline: none;
        height: 1.28rem;
        border-radius: 0.2rem;
        cursor: pointer;
        font-size: 0.65rem;
    }
    .uhide {
        display: none;
    }
    .inpulist .upfile {
        border: 0;
        height: 68px;
        width: calc(100% - 4.5rem);
        width: -webkit-calc(100% - 4.5rem);
        width: -moz-calc(100% - 4.5rem);
        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: 80%;
        height: auto;
        margin: 0.75rem 0 0 10%;
        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: -0.5rem;
        box-sizing: border-box;
    }
    .hadpiao>h2 section button {
        font-size: 0.8rem;
        outline: none;
        border: 0;
        background: none;
        cursor: pointer;
        padding: 0 0.65rem 0.65rem 0.65rem;
    }
    .hadpiao>h2 section .tabaction {
        font-size: 0.82rem;
        border-bottom: #f38718 solid 0.15rem;
        color: #f38718;
    }
    .ongreen {
        display: inline-block;
        padding: 0.25rem 0.75rem;
        font-size: 0.8rem;
        border-radius: 0.2rem;
        margin: 0 0 0.75rem 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: 100%;
    }
    .bessety article {
        width: 100%;
    }
    .bessety article+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;
        margin: 1.2rem 0 0 0;
    }
    .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;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        padding: 0 0 0 0;
        font-size: 0.8rem;
        width: 100%;
    }
    .bessety article+article section+section img {
        display: block;
        width: 80%;
        height: auto;
        margin: 0.5rem auto 0.5rem auto;
    }
    .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: 0.9rem;
    }
    .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 0.85rem;
        padding: 0 0 0 0.3rem;
        margin: 0 0 0.9rem 0;
        cursor: pointer;
    }
    .bessety article .wonum {
        background-image: url("icons/Yect.png");
        background-repeat: no-repeat;
        background-position: 0% 50%;
        background-size: auto 0.85rem;
        padding: 0 0 0 0.3rem;
        margin: 0 0 0.9rem 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 0.85rem;
        padding: 0 0 0 1.5rem;
    }
    .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;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        box-sizing: border-box;
        padding: 0 0 0 1.2rem;
        margin: 0 0 0.75rem 0;
        font-size: 0.8rem;
    }
    .bessety article p span {
        font-size: 0.765rem;
        display: block;
        width: 4.0rem;
    }
    .bessety article+article label span {
        background-image: url("icons/alibaicon.png");
        background-repeat: no-repeat;
        background-position: 0% 50%;
        background-size: auto 0.95rem;
    }
    .bessety article+article p {
        width: 100%;
    }
    .bessety article+article p span {
        width: 3.5rem;
    }
    .bessety article+article p button {
        outline: none;
        border: 0;
        float: right;
        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: 0.65rem;
        width: 2.15rem;
        height: 1.15rem;
        border-radius: 0.15rem;
        margin: 0 0 0 0.5rem;
    }
    .sellbox {
        width: 100%;
        box-sizing: border-box;
        padding: 0.25rem 0.25rem 0.5rem 0.25rem;
        margin: 0 0 0.75rem 0;
        font-size: 0.72rem;
    }
    .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: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        font-size: 0.8rem;
    }
    .sellbox article button {
        display: inline-block;
        font-size: 0.8rem;
        padding: 0.15rem 1rem;
        border-radius: 0.2rem;
        border: 0;
        cursor: pointer;
        outline: none;
        margin: 0 0 0 0;
    }
    .sellbox p {
        width: 100%;
        margin: 0 0 0.5rem 0;
    }
    .sellbox p time {
        margin: 0 0 0 0.75rem;
    }
    .sellbox 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%;
    }
    .sellbox section span {
        display: block;
        width: 50%;
        box-sizing: border-box;
        margin: 0 0 0.45rem 0;
    }
    .sellbox section span text {
        font-size: 1rem;
    }
    .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 0.35rem 0;
        font-size: 0.65rem;
    }
    .chartybox {
        width: 100%;
        box-sizing: border-box;
        font-size: 0.8rem;
        border-top: transparent solid 1px;
    }
    .chartybox>h5 {
        display: block;
        font-size: 0.9rem;
        margin: 0 0 0.85rem 0;
    }
    .chartybox>hr {
        width: 100%;
        height: 0.05vw;
        border: 0;
        margin: 0.72rem 0 1rem 0;
    }
    .chartybox p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        margin: 0.75rem 0 0 0;
    }
    .chartybox p text {
        display: block;
        width: 5.0rem;
    }
    .chartybox p>span {
        width: calc(100% - 5rem);
        width: -webkit-calc(100% - 5rem);
        width: -moz-calc(100% - 5rem);
    }
    .chartybox div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        width: 100%;
        margin: 1rem 0 0.75rem 0;
    }
    .chartybox div *+* {
        margin: 0 0 0 3%;
    }
    .v_cbunts1 {
        width: 48.5%;
        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;
        outline: none;
        font-size: 0.76rem;
        cursor: pointer;
        border-radius: 0.2rem;
        padding: 0.45rem 0;
    }
    .v_cbunts2 {
        width: 49%;
        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;
        outline: none;
        border: 0;
        font-size: 0.76rem;
        cursor: pointer;
        border-radius: 0.2rem;
        padding: 0.45rem 0;
    }
    .v_cbunts3 {
        width: 49%;
        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;
        outline: none;
        border: 0;
        font-size: 0.76rem;
        cursor: pointer;
        border-radius: 0.2rem;
        padding: 0.45rem 0;
    }
    .chartybox>p:last-child {
        line-height: 1.6;
        font-size: 0.75rem;
    }
    .windimg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        margin: 0.75rem 0 0.72rem 0;
    }
    .windimg>img {
        display: block;
        width: 50%;
        height: 8rem;
        margin: 0 0 0.5rem 0;
    }
    .windimg+p {
        font-size: 0.8rem;
        width: 100%;
        margin: 0.75rem 0 0 0;
    }
    .inpulist+p {
        font-size: 0.8rem;
        margin: 0.72rem 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;
        bottom: 0;
        left: 0;
        box-sizing: border-box;
    }
    .itmaeks>div {
        box-sizing: border-box;
        width: 80%;
        padding: 1.5rem 1.2rem;
        font-size: 0.8rem;
        border-radius: 0.2rem;
        position: absolute;
        bottom: 10rem;
    }
    .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: 1.5rem 0 0 0;
    }
    .itmaeks div section *+* {
        margin-left: 1rem;
    }
    .f_true {
        cursor: pointer;
        display: block;
        width: 4rem;
        border: 0;
        border-radius: 0.2rem;
        font-size: 0.8rem;
        padding: 0.3rem 0;
        outline: none;
        text-align: center;
    }
    .f_false {
        cursor: pointer;
        display: block;
        width: 4rem;
        border: 0;
        border-radius: 0.2rem;
        font-size: 0.8rem;
        padding: 0.3rem 0;
        outline: none;
        text-align: center;
    }
    .dofenpage {
        display: none;
    }
    .n_num {
        display: block;
        width: 8rem!important;
        height: 8rem!important;
        margin: 1em auto;
    }
    /*忘记密码*/
    .retripassbox {
        width: 94%;
        box-sizing: border-box;
        margin: 1.5rem 3% 0 3%;
    }
    .terjuiop {
        width: 100%;
        position: relative;
        box-sizing: border-box;
        padding: 0 0.5rem 0.75rem 0.5rem;
        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 2rem 0;
    }
    .terjuiop hr {
        border: 0;
        height: 2px;
        position: absolute;
        left: 0;
        bottom: -0.6rem;
    }
    .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: 0.8rem;
    }
    .terjuiop div span {
        font-size: 0.72rem;
        width: 1.25rem;
        height: 1.25rem;
        margin: 0 0.4rem 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 1rem;
        font-size: 0.75rem;
    }
    .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 0.9rem 0;
    }
    .onsuoya span {
        display: block;
        box-sizing: border-box;
        padding: 0 0.35rem 0 0;
        width: 4.5rem;
        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 0.72rem;
        height: 2.0rem;
        width: calc(100% - 4.5rem);
        width: -webkit-calc(100% - 4.5rem);
        width: -moz-calc(100% - 4.5rem);
    }
    .l_text input {
        font-size: 0.8rem;
        width: 100%;
        border: 0;
        background: none;
        outline: none;
    }
    .l_w5 {
        width: 7rem;
    }
    .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: 4.25rem;
        height: 2.0rem;
        cursor: pointer;
        border-radius: 0.2rem;
        margin: 0 0 0 0.75rem;
    }
    .l_bunt button,
    .l_bunt input {
        background: none;
        border: 0;
        font-size: 0.7rem;
        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: 2.85rem 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: 10rem;
        height: 2.4rem;
        box-sizing: border-box;
        border-radius: 0.2rem;
        cursor: pointer;
    }
    .sheche label * {
        outline: none;
        background: none;
        border: 0;
        font-size: 0.85rem;
        cursor: pointer;
    }
    .finimg {
        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;
        width: 100%;
        font-size: 0.85rem;
        margin: 1.5rem 0 2rem 0;
    }
    .finimg img {
        display: block;
        height: 2.8rem;
        margin: 0 0 1rem 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: 0.8rem;
        padding: 3rem 0 0 0;
    }
    .transpage img {
        display: block;
        height: 5rem;
        margin: 0 0 1.5rem 0;
    }
    .transpage span {
        font-size: 1.1rem;
    }
    .transpage p {
        margin: 0.8rem 0 1rem 0;
    }
    .transpage>strong {
        font-size: 1.25rem;
        display: block;
        margin-top: 1rem;
    }
    .transpage time {
        font-size: 0.95rem;
    }
    .beelimg {
        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;
        font-size: 0.65rem;
        width: 100%;
        margin: 0 0 0.85rem 0;
    }
    .beelimg span {
        display: block;
        width: 5.4rem;
        box-sizing: border-box;
        text-align: right;
        padding: 0 0.25rem 0 0;
        margin-bottom: 0.8rem;
    }
    .beelimg>div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        width: 100%;
        box-sizing: border-box;
        padding: 0 1rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .idimg1 {
        display: block;
        width: 11rem;
        height: 7.04rem;
        position: relative;
        background-image: url("icons/idim01.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }
    .idimg2 {
        display: block;
        width: 11rem;
        height: 7.04rem;
        position: relative;
        background-image: url("icons/idim02.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        margin-top: 1.0rem;
    }
    .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: 100%;
        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: 3.0rem;
        padding: 0 0.8rem;
        font-size: 0.8rem;
        border-radius: 0.2rem;
    }
    .dowt_top+.dowt_top {
        margin-top: 0.5rem;
    }
    .dowt_top h4 {
        font-weight: normal;
        font-size: 0.85rem;
    }
    .dowt_top button {
        font-size: 0.8rem;
        display: inline-block;
        border-radius: 0.2rem;
        padding: 0.2rem 0.85rem;
        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: 1rem 0.5rem;
        font-size: 0.75rem;
        border-radius: 0.2rem;
        margin-top: 0.72rem;
    }
    .dowt_d a {
        display: block;
        padding: 0.2rem 0.8rem;
        border-radius: 0.2rem;
    }
    .dowhttp {
        width: 100%;
        box-sizing: border-box;
        padding: 0.5rem 0.65rem 0.75rem 0.65rem;
        margin-top: 0.75rem;
        float: left;
        margin-bottom: 2rem;
    }
    .dowhttp h3 {
        font-weight: normal;
        font-size: 0.85rem;
        padding-bottom: 0.5rem;
        margin-bottom: 0.85rem;
    }
    .dowhttp div {
        float: left;
    }
    .dowhttp div label {
        display: block;
        width: 4rem;
        height: 4rem;
        background-image: url("icons/defile.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        float: left;
    }
    .dowhttp div label input {
        font-size: 0.8rem;
        width: 3.5rem;
        opacity: 0;
        filter: alpha(opacity=0);
    }
    .dowhttp div span {
        display: block;
        width: 4.75rem;
        margin: 0 0.75rem 0.8rem 0;
        float: left;
        position: relative;
    }
    .dowhttp div span a {
        border: 0;
        outline: none;
        width: 1.2rem;
        height: 1.2rem;
        border-radius: 50%;
        background-image: url("icons/clouse.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
        position: absolute;
        z-index: 2;
        right: -0.3rem;
        top: -0.3rem;
    }
    .dowhttp div 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: 8rem;
        height: 2.2rem;
        border-radius: 0.2rem;
        margin: 1.5rem auto;
    }
    .dowhtsum input {
        outline: none;
        border: 0;
        background: none;
        font-size: 0.8rem;
    }
    .shuo_m {
        width: 100%;
        padding: 0.75rem 0 0.85rem 0;
    }
    .shuo_m h4 {
        width: 100%;
        font-size: 0.85rem;
        font-weight: normal;
        box-sizing: border-box;
        padding: 0 0 0 0;
        margin-bottom: 0.5rem;
    }
    .shuo_m p {
        line-height: 1.6;
        box-sizing: border-box;
        padding: 0 0 0 0;
        font-size: 0.8rem;
    }
    .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: 0.8rem;
        font-size: 0.8rem;
    }
    .shuo_m section img {
        display: block;
        margin: 0.5rem 0;
        width: 10rem;
        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;
        box-sizing: border-box;
        padding: 1rem;
    }
    .d_items div img {
        width: 100%;
        height: auto;
    }
    .shuo_m video {
        display: block;
        width: 100%;
        height: auto;
        margin: auto;
        object-fit: fill;
    }
    .dowt_d label {
        display: inline-block;
        position: relative;
        padding: 0.175rem 0.8rem;
        font-size: 0.8rem;
        border-radius: 0.2rem;
    }
    .dowt_d label input {
        position: absolute;
        width: 1.25rem;
        opacity: 0;
        filter: alpha(opacity=0);
    }
    .shuo_m span {
        display: block;
        text-align: center;
        margin: 0.72rem 0 0.65rem 0;
    }
    .downpage form video {
        display: block;
        width: 100%;
        height: auto;
        margin: 0.8rem 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: 0.8rem;
        padding-right: 1rem;
    }
    .banerbox section .prots span {
        position: absolute;
        right: -4.5rem;
        top: 1.35rem;
        z-index: 999;
        width: 10rem;
        box-sizing: border-box;
        font-size: 0.72rem;
        padding: 0.4rem 0.85rem;
        border-radius: 0.2rem;
        line-height: 1.6;
        display: none;
    }
    .banerbox section .prots span::before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-top: transparent solid 0.35rem;
        border-right: transparent solid 0.35rem;
        border-left: transparent solid 0.35rem;
        border-bottom: #1c7aab solid 0.35rem;
        position: absolute;
        top: -0.675rem;
        left: 4.0rem;
    }
    /*股权登记流程*/
    .mincehider:last-child {
        margin-top: 1.8rem;
    }
    .mincehider>h1 {
        font-weight: normal;
        font-size: 0.95rem;
        box-sizing: border-box;
        width: 100%;
        padding-left: 0.35rem;
        margin-bottom: 1.35rem;
    }
    .dowhite {
        width: 100%;
        box-sizing: border-box;
        padding: 0.85rem 0.85rem;
        margin: 1rem 0 1.2rem 0;
    }
    .dowhite>h5 {
        width: 100%;
        text-align: center;
        font-weight: normal;
        font-size: 1.05rem;
        margin-bottom: 1.6rem;
    }
    .dowhite>h2 {
        font-weight: normal;
        font-size: 0.85rem;
        width: 100%;
        position: relative;
        margin-bottom: 2.5rem;
    }
    .dowhite>h2 a {
        display: inline-block;
        min-width: 4.5rem;
        text-align: center;
        position: relative;
        padding: 0.4rem 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;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        margin: 1.75rem 0 1.8rem 0;
        box-sizing: border-box;
        padding: 0 0 0 0;
    }
    .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: 0.9rem;
        width: 7.5rem;
        height: 2.6rem;
        border-radius: 0.2rem;
        box-sizing: border-box;
        outline: none;
    }
    .inbunts a+a {
        margin-left: 2rem;
    }
    .maintext {
        margin: 2rem 0 0 0;
    }
    .maintext>span {
        display: block;
        font-size: 0.85rem;
    }
    .maintext>p {
        display: block;
        font-size: 0.8rem;
        line-height: 1.8;
        margin: 0.85rem 0;
    }
    .maintext>p text {
        display: block;
        text-indent: 2em;
    }
    .maintext>text {
        display: block;
        font-size: 0.8rem;
        margin: 0.85rem 0 1rem 0;
    }
    .maintext>h6 {
        font-size: 0.8rem;
        margin: 0.85rem 0 0 0;
    }
    .linecilo {
        display: none;
    }
    .linecilo2 {
        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;
        box-sizing: border-box;
    }
    .linecilo2 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;
        width: 100%;
    }
    .linecilo2 div+div {
        margin: 1.25rem 0 0 0;
        width: auto;
    }
    .linecilo2 div section {
        box-sizing: border-box;
        padding: 0 1.5rem;
    }
    .linecilo2 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;
    }
    .linecilo2 div+div section p {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        width: 78%;
    }
    .linecilo2 div+div>p {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }
    .linecilo2 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: 1rem;
        height: 1rem;
        font-size: 0.65rem;
        border-radius: 50%;
        margin: 0 0 0 0;
        position: relative;
        top: -0.5rem;
    }
    .linecilo2 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;
    }
    .linecilo2 div>p text {
        display: block;
        width: 5rem;
        font-size: 0.66rem;
        text-align: center;
        line-height: 1.8;
    }
    .linecilo2 div>p text+text {
        margin-left: 0
    }
    .vedomin {
        width: 100%;
        padding: 1rem 0.8rem;
        box-sizing: border-box;
    }
    .vedomin>h3 {
        font-weight: normal;
        font-size: 0.95rem;
        width: 100%;
        text-align: center;
        padding: 0 0 0.5rem 0;
    }
    .vi-name {
        font-size: 0.9rem;
        font-weight: normal;
        margin: 1.2rem 0 0.8rem 0;
    }
    .vi-warte {
        width: 100%;
        box-sizing: border-box;
        padding: 1rem 0;
        font-size: 0.8rem;
    }
    .vi-warte h5 {
        width: 100%;
        box-sizing: border-box;
        font-size: 0.85rem;
        margin: 0 0 1rem 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;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        box-sizing: border-box;
        padding: 0 0 0 0.5rem;
    }
    .vi-warte div+div {
        margin: 0.9rem 0 0 0;
    }
    .vi-warte div+h5 {
        margin-top: 1rem;
    }
    .vi-warte div p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .vi-warte div p span {
        font-size: 1.08rem;
    }
    .vi-warte div p+p {
        margin: 0.5rem 0 0 0;
    }
    .vi-warte div p text {
        margin-left: 1rem;
    }
    .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: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        width: 100%;
        box-sizing: border-box;
        margin: 1.8rem 0 0 0;
        padding: 0 0.8rem;
    }
    .infeebunts+.infeebunts {
        margin: 1rem 0 0 0;
    }
    .infeebunts *+* {
        margin-left: 1rem;
    }
    .infeebunts>a {
        margin: 0 auto;
    }
    .leftbox2 {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        padding-bottom: 5rem;
    }
    .leftbox2 p {
        width: 10rem;
        font-size: 0.7rem;
    }
    .inbunwite {
        box-sizing: border-box;
        cursor: pointer;
        font-size: 0.85rem;
        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: 8.5rem;
        height: 2.6rem;
        border-radius: 0.2rem;
        outline: none;
    }
    .inorages {
        box-sizing: border-box;
        cursor: pointer;
        font-size: 0.85rem;
        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: 8.5rem;
        height: 2.6rem;
        border-radius: 0.2rem;
        outline: none;
        border: 0;
    }
    .inorages3 {
        box-sizing: border-box;
        cursor: pointer;
        font-size: 0.85rem;
        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: 8.5rem;
        height: 2.6rem;
        border-radius: 0.2rem;
        outline: none;
        border: 0;
    }
    .inorages>input[type=submit] {
        box-sizing: border-box;
        cursor: pointer;
        font-size: 0.85rem;
        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: 7.5rem;
        height: 2.6rem;
        border-radius: 0.2rem;
        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: 0.8rem;
        padding: 1.15rem 0 1.25rem 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;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        position: relative;
        width: 100%;
        cursor: pointer;
        margin: 1rem 0 0 0;
        background-image: url("icons/Noct.png");
        background-repeat: no-repeat;
        background-position: 0 50%;
        background-size: 0.75rem auto;
        box-sizing: border-box;
        padding: 0 0 0 1.05rem;
    }
    .vi-sinu .theris {
        background-image: url("icons/Yect.png");
        background-repeat: no-repeat;
        background-position: 0 50%;
        background-size: 0.75rem auto;
    }
    .vi-sinu>label input[type=radio] {
        font-size: 0.85rem;
        cursor: pointer;
        position: absolute;
        opacity: 0;
        filter: alpha(opacity=0);
    }
    .vi-sinu>label text {
        font-size: 0.8rem;
        margin: 0 0 0 0;
    }
    .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;
        margin: 0 0 0 0.5rem;
    }
    .vi-sinu p img {
        height: 1.05rem;
        margin: 0 0.5rem 0 0;
    }
    .vi-sinu+.vi-warte {
        margin-bottom: 1.25rem;
    }
    .vi-sinu>div {
        margin: 1.2rem 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;
        width: 100%;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }
    .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: 7.2rem;
        height: 1.75rem;
        padding: 0 0.65rem;
        margin: 0 0 0 0;
    }
    .vi-sinu>div label input[type=text] {
        font-size: 0.8rem;
        border: 0;
        width: 100%;
        background: none;
        outline: none;
    }
    .vi-sinu>div span {
        display: block;
        margin: 0.5rem 0 0 0;
    }
    .vmslet {
        width: 100%;
        margin: 2rem auto;
        box-sizing: border-box;
        padding: 0 0.8rem;
    }
    .vmslet div {
        font-size: 0.85rem;
        padding-bottom: 1.2rem;
    }
    .vmslet div+div {
        margin: 1.25rem 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: 1rem 0 0 0;
    }
    .vmslet div p text {
        display: block;
        width: 5rem;
    }
    .vmslet div p img {
        height: 1.1rem;
        margin: 0 0.4rem 0 0;
    }
    .mitenox {
        width: 100%;
        z-index: 999;
        position: fixed;
        height: 100%;
        top: 0;
        left: 0;
        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%;
        position: fixed;
        top: 0;
        box-sizing: border-box;
        padding: 0 1.5rem;
    }
    .syongjer {
        width: 100%;
        box-sizing: border-box;
        padding: 0 1rem 1.75rem 1rem;
        border-radius: 0.2rem;
    }
    .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: 0.8rem 0;
        margin: 0 0 1.5rem 0;
    }
    .mhead h2 {
        font-size: 0.9rem;
        border: 0;
    }
    .mhead text {
        display: block;
        width: 1.25rem;
    }
    .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: 1.25rem;
        height: 1.25rem;
        font-size: 18px;
        border-radius: 50%;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        cursor: pointer;
    }
    .mhead+p {
        font-size: 0.85rem;
        text-indent: 2em;
        line-height: 1.8;
        margin: 0 0 1.8rem 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 2rem;
    }
    .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: 7.5rem;
        height: 2.0rem;
        font-size: 0.85rem;
        border-radius: 1.3rem;
    }
    .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: 7.5rem;
        height: 2.0rem;
        font-size: 0.85rem;
        border-radius: 1.3rem;
    }
    .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;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        font-size: 0.9rem;
        margin: 1.75rem 0 0 0;
    }
    .d-killthe img {
        display: block;
        width: 3.0rem;
        height: 3.0rem;
        margin: 0 0 0.75rem 0;
    }
    .g-serfull {
        width: 100%;
        box-sizing: border-box;
        padding: 1.5rem 0 0 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;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        width: 100%;
        font-size: 0.85rem;
        margin: 0 0 1rem 0;
    }
    .g-seinput span {
        margin: 0 0.5rem 0.75rem 0;
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 0 0 0 0.25rem;
    }
    .g-seinput input[type=text] {
        box-sizing: border-box;
        outline: none;
        font-size: 0.85rem;
        padding: 0.65rem 0.72rem;
        width: 100%;
    }
    .g-seinput p {
        font-size: 0.85rem;
        width: 100%;
        padding: 0.25rem 0 0.25rem 0.25rem;
    }
    .tc-down {
        width: 100%;
        box-sizing: border-box;
        padding: 2rem 0 0.5rem 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: 0.8rem;
        margin: 0 0 1rem 0;
    }
    .tc-down p span {
        display: block;
        width: calc(100% - 5rem);
        width: -webkit-calc(100% - 5rem);
        width: -moz-calc(100% - 5rem);
        box-sizing: border-box;
        background-image: url("icons/pdfr.png");
        background-repeat: no-repeat;
        background-position: left;
        background-size: auto 1rem;
        height: 1.05rem;
        line-height: 1.05rem;
        padding: 0 0 0 1.2rem;
    }
    .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: 6.8rem;
        height: 1.75rem;
        font-size: 0.8rem;
        box-sizing: border-box;
        padding-right: 0.9rem;
        background-image: url("icons/bluebunt.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 6.0rem 1.75rem;
    }
    .flomar {
        box-sizing: border-box;
        padding: 0 1rem;
        margin: 1.5rem 0 1rem 0;
    }
    .img-ups {
        width: 100%;
        box-sizing: border-box;
        padding: 1.5rem 0 1rem 0;
    }
    .img-ups h3 {
        font-size: 0.9rem;
        font-weight: normal;
        margin: 0 0 0.9rem 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 2rem 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: 0.8rem;
        width: 100%;
        margin: 0 0 1.25rem 0;
    }
    .dt-upim+.dt-upim {
        margin: 0 0 1.25rem 0;
    }
    .dt-upim label {
        display: block;
        width: 6.5rem;
        height: 7.2rem;
        position: relative;
        margin: 1rem 0 0 0;
        background-image: url("icons/defile.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 6.5rem 7.2rem;
    }
    .dt-upim label input[type=file] {
        position: absolute;
        z-index: 999;
        width: 2rem;
        opacity: 0;
        filter: alpha(opacity=0);
    }
    .dt-upim label img {
        display: block;
        width: 100%;
        height: 100%;
    }
    .img-ups>p {
        font-size: 0.8rem;
        margin: 0 0 0.75rem 0;
        box-sizing: border-box;
        padding: 0 0.5rem;
    }
    .img-ups>span {
        display: block;
        font-size: 0.8rem;
        width: 100%;
        box-sizing: border-box;
        padding: 0 0.5rem;
    }
    .pic-ibox {
        width: 100%;
        box-sizing: border-box;
        padding: 0 0.5rem;
    }
    .pic-ibox p {
        font-size: 0.85rem;
        margin: 0 0 0.95rem 0;
    }
    .pic-ibox span {
        display: block;
        margin: 0 0 0.85rem 0;
    }
    .pic-ibox span img {
        width: 100%;
        height: auto;
    }
    .text-r {
        padding: 0.5rem 0 0.9rem 0;
        font-size: 0.9rem;
    }
    .text-r p+p {
        margin: 0.75rem 0 0 0;
    }
    .tgui-rt {
        padding: 0.8rem 0 0 0.5rem;
    }
    .tgui-rt>p {
        font-size: 0.8rem;
        margin: 0 0 1rem 0;
    }
    .tglin-h {
        box-sizing: border-box;
        position: relative;
        margin-bottom: 2.5rem;
    }
    .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 0.75rem 0;
    }
    .tglin-h div section time {
        font-size: 0.8rem
    }
    .tglin-h div section span {
        display: block;
        box-sizing: border-box;
        width: 0.72rem;
        height: 0.72rem;
        border-radius: 50%;
        margin: 0 1rem 0 0;
    }
    .tglin-h div p {
        box-sizing: border-box;
        padding: 0 0 0 1.75rem;
        font-size: 0.8rem;
    }
    .tglin-h div {
        margin: 0 0 1.5rem 0;
        position: relative;
        left: -0.38rem;
    }
    .tglin-h div:first-child section span {
        width: 1.05rem;
        height: 1.05rem;
        border-radius: 50%;
        background-image: url("icons/cvc.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 1.04rem;
    }
    .tglin-h div:first-child section {
        position: relative;
        left: -0.2rem;
    }
    .swblinew1 {
        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;
        box-sizing: border-box;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        margin: 1.75rem auto 1.0rem auto;
    }
    .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: 25%;
        margin: 0 0 1.2rem 0;
    }
    .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 0.5rem 0;
        font-size: 0.75rem;
    }
    .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: 1.3rem;
        height: 1.3rem;
        font-size: 0.8rem;
        border-radius: 50%;
    }
    .swblinew1>div section hr {
        height: 0.1rem;
        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;
    }
    .swblinew1>div text {
        display: block;
        text-align: center;
        width: 100%;
        white-space: nowrap;
        font-size: 0.75rem;
    }
    .swblinew2 {
        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;
        box-sizing: border-box;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        margin: 1.75rem auto 1.0rem 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%;
        margin: 0 0 1.2rem 0;
    }
    .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 0.5rem 0;
        font-size: 0.75rem;
    }
    .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: 1.3rem;
        height: 1.3rem;
        font-size: 0.8rem;
        border-radius: 50%;
    }
    .swblinew2>div section hr {
        height: 0.1rem;
        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>div text {
        display: block;
        text-align: center;
        width: 100%;
        white-space: nowrap;
        font-size: 0.75rem;
    }
    .thevicer {
        width: 100%;
        box-sizing: border-box;
        margin: 0 0 1.25rem 0;
    }
    .thevicer h6 {
        font-weight: normal;
        font-size: 0.85rem;
        margin: 0 0 0.85rem 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: 4rem;
        height: 4.5rem;
        background-image: url("icons/filimup.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 4rem 4.5rem;
    }
    .theimbox>label input[type=file] {
        width: 3.5rem;
        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: 9.6rem;
        height: 6rem;
        margin: auto;
    }
    .theimbox2>label>input[type=file] {
        width: 2rem;
        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: 4rem;
        height: 4.5rem;
        margin: 0 0.75rem 0.85rem 0;
    }
    .theimbox .im-boxs div img {
        width: 100%;
        height: 100%;
    }
    .lavtext {
        width: 100%;
        box-sizing: border-box;
    }
    .lavtext .snewcolor {
        display: none;
    }
    .lavtext span {
        display: block;
        font-size: 0.76rem;
        margin: 0 0 0.5rem 0;
    }
    .lavtext p {
        font-size: 0.68rem;
        line-height: 1.6;
        margin: 0 0 0.5rem 0;
    }
    .tc-pjyon {
        width: 100%;
        box-sizing: border-box;
    }
    .tc-pjyon>h3 {
        font-size: 0.85rem;
        margin: 0 0 1rem 0;
    }
    .tc-pjyon p {
        line-height: 2;
        font-size: 0.8rem
    }
    .conameu {
        width: 100%;
        font-size: 0.75rem;
        line-height: 1.6;
        font-weight: normal;
        padding: 0 0.8rem 0 0.8rem;
        box-sizing: border-box;
        margin: 1rem 0 0.75rem 0;
    }
    .coninputy {
        width: 100%;
        box-sizing: border-box;
        padding: 1.5rem 0.72rem 2rem 0.72rem;
    }
    .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: 0.8rem;
        margin: 0 0 1rem 0;
    }
    .coninputy div button {
        font-size: 0.72rem;
        display: block;
        width: 5rem;
        height: 1.85rem;
        line-height: 1.85rem;
        outline: none;
        border: 0;
        border-radius: 0.2rem;
        text-align: center;
        margin: 0 0 0 0.75rem;
    }
    .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;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        font-size: 0.8rem;
    }
    .coninputy section input {
        outline: none;
        box-sizing: border-box;
        width: 8rem;
        height: 2rem;
        border-radius: 0.2rem;
        padding: 0 0.5rem;
        font-size: 0.8rem;
    }
    .coninputy section a {
        display: block;
        width: 100%;
        font-size: 0.72rem;
        box-sizing: border-box;
        background: none;
        outline: none;
        border: 0;
        cursor: pointer;
        margin: 0.72rem 0 0 0;
    }
    .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: 0.2rem;
        width: 8.5rem;
        height: 2.0rem;
        font-size: 0.75rem;
        margin: 2rem auto 0 auto;
    }
    .befopr input {
        font-size: 0.8rem;
        outline: none;
        background: none;
        border: 0;
    }
    .coninputy .cument {
        margin: 1rem 0 0 0;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        width: 100%;
    }
    .coninputy .cument span {
        display: block;
        width: 100%;
        margin: 0 0 0.85rem 0;
    }
    .coninputy .cument input {
        outline: none;
        box-sizing: border-box;
        width: 5rem;
        height: 2rem;
        border-radius: 0.2rem;
        padding: 0 0.5rem;
        font-size: 0.8rem;
    }
    .coninputy .cument img {
        height: 1.6rem;
        margin: 0 0 0 0;
    }
    .coninputy .cument button {
        background: none;
        width: 2.8rem;
    }
    .coninputy2 {
        width: 100%;
        box-sizing: border-box;
        padding: 1.5rem 0.72rem 2rem 0.72rem;
        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: 0.8rem;
    }
    .coninputy2 img {
        height: 3.25rem;
        margin: 0 0 1.2rem 0;
    }
    .uhide {
        display: none;
    }
    .inorages2 {
        box-sizing: border-box;
        cursor: pointer;
        font-size: 0.85rem;
        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: 9rem;
        height: 2.6rem;
        border-radius: 0.2rem;
        outline: none;
        border: 0;
    }
    .betguiter {
        width: 100%;
        box-sizing: border-box;
        margin: 0 0 1.25rem 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 div {
        box-sizing: border-box;
        border-radius: 0.2rem;
        margin: 0 0 1rem 0;
    }
    .forcbox .phone_w50 {
        width: 48.5%;
    }
    .forcbox .phone_w100 {
        width: 100%;
    }
    .forcbox .addheight article {
        height: 3.2rem;
    }
    .forcbox .addheight article a {
        display: inline-block;
        padding: 0.15rem 0.5rem;
        font-size: 0.68rem;
        border-radius: 0.2rem;
        margin-left: 0.75rem;
    }
    .marbotm {
        margin-bottom: -0.75rem;
    }
    .forcbox div section {
        width: 100%;
        height: 2rem;
        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: 0.68rem;
        box-sizing: border-box;
        border-radius: 0.2rem 0.2rem 0 0;
        padding: 0 0.5rem;
    }
    .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: 1.0rem;
        cursor: pointer;
    }
    .forcbox div section span a {
        display: block;
        text-align: center;
        padding: 0.12rem 0.25rem;
        border-radius: 0.15rem;
        font-size: 0.6rem;
        margin: 0 0 0 0.35rem;
    }
    .for_por_bunt {
        display: inline-block;
        box-sizing: border-box;
        border: 0;
        border-radius: 0.15rem;
        font-size: 0.65rem;
        height: 1.25rem;
        line-height: 1.25rem;
        padding: 0 0.8rem;
        cursor: pointer;
    }
    .for_por_bunt+.for_por_bunt {
        margin-left: 0.5rem;
    }
    .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 0;
        box-sizing: border-box;
        font-size: 0.8rem;
        height: 5rem;
    }
    .forcbox div article p {
        text-align: center;
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .forcbox div article p+p {
        margin: 0.25rem 0 0 0;
    }
    .forcbox div article p span {
        font-size: 1rem;
    }
    .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-orient: vertical;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        width: 100%;
        font-weight: normal;
        font-size: 0.6rem;
        margin: 0.1rem 0 0 0;
    }
    .new_for>span {
        display: block;
        margin-top: 0.2rem!important;
        font-size: 0.7rem !important;
    }
    .new_for>strong {
        font-size: 0.9rem;
    }
    .forcbox div h5 text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }
    .forcbox div h5 a {
        text-decoration: underline;
        display: inline-block;
        margin: 0.35rem 0 0 0;
    }
    .ftop_box {
        width: 100%;
        box-sizing: border-box;
        margin: 0 0 0.75rem 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: 0.75rem;
        margin: 0 0 0.65rem 0;
        padding: 8px 10px;
    }
    .h2_names img {
        height: 0.85rem;
        margin: 0 0.5rem 0 0;
    }
    .betguiter>a {
        display: block;
        box-sizing: border-box;
        width: 100%;
        text-align: center;
        font-size: 0.85rem;
        padding: 0.72rem 0;
    }
    .itybox {
        position: fixed;
        z-index: 999;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
    .impocs {
        position: absolute;
        width: 74%;
        height: auto;
        left: 13%;
        top: 12rem;
    }
    .itybox a {
        display: block;
        width: 1.2rem;
        height: 1.2rem;
        position: absolute;
        left: 1.75rem;
        top: 2rem;
        cursor: pointer;
    }
    .itybox a img {
        width: 100%;
        height: 100%;
    }
    .arrtyu {
        position: absolute;
        width: auto;
        height: 5rem;
        right: 1.8rem;
        top: 5rem;
    }
    .d_im {
        width: 100%;
        height: 100%;
    }
    .defullp {
        width: 100%;
        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;
        font-size: 0.8rem;
        margin: 0 0 1.2rem 0;
        padding: 0 5px 10px 5px;
    }
    .defullp p {
        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;
    }
    .defullp p+p {
        margin: 0.35rem 0 0 0;
    }
    .defullp p>img {
        width: auto;
        height: 1.1rem;
        cursor: pointer;
        margin: 0 0 0 0.45rem;
    }
    .defullp p span {
        font-size: 0.85rem;
        margin: 0 0.25rem 0 0;
    }
    .adduhide {
        height: 0;
    }
    /*分页样式*/
    .box {
        display: none;
    }
    .bwentxt {
        width: 100%;
        box-sizing: border-box;
        padding: 0 0 2rem 0;
        margin: 2rem 0 0 0;
    }
    .bwentxt h3 {
        font-size: 0.85rem;
        font-weight: normal;
    }
    .bwentxt p {
        line-height: 1.8;
        font-size: 0.75rem;
        margin: 0.72rem 0 0.5rem 0;
    }
    /*优惠码*/
    .sharewitbox {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        box-sizing: border-box;
        padding: 1.5rem 0 0 0;
    }
    .shareleft {
        width: 100%;
        margin: 0 0 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;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        box-sizing: border-box;
        padding-left: 0;
        font-size: 0.9rem;
    }
    .shareleft h1 span {
        font-size: 1.05rem;
        display: block;
        width: 6rem;
    }
    .shareleft h1 .sherbun {
        font-size: 0.8rem;
        outline: none;
        background: none;
        border: 0;
        cursor: pointer;
        text-decoration: underline;
        margin: 0 0 0 0;
    }
    .shareleft h1 .sherbun:last-child {
        margin: 0.5rem 0 0 -0.32rem;
    }
    .shareleft>p {
        margin: 1rem 0 0 0;
        font-size: 0.8rem;
        box-sizing: border-box;
        padding-left: 0
    }
    .shareleft>p text {
        font-size: 1rem;
        margin: 0 0.2rem 0 0;
    }
    .shareleft article {
        box-sizing: border-box;
        width: 100%;
        border-radius: 0.25rem;
        padding: 1.25rem 0.8rem;
        margin: 1.2rem 0 1.2rem 0;
    }
    .shareleft article p {
        font-size: 0.8rem;
        line-height: 1.8;
    }
    .prodmline {
        width: 100%;
        box-sizing: border-box;
        margin: 40px 0 0 0;
    }
    .promlinebg {
        width: 100%;
        box-sizing: border-box;
        height: 0.875rem;
        border-radius: 0.5rem;
        position: relative;
    }
    .textshux {
        position: absolute;
        z-index: 99;
        width: 100%;
        height: 100%;
        left: 0;
        top: 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;
    }
    .textshux text {
        display: block;
        height: 100%;
        width: 50%;
        box-sizing: border-box;
    }
    .sumprom {
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 0.5rem 0 0 0.5rem;
        box-sizing: border-box;
    }
    .sumprom span {
        float: right;
        position: relative;
        right: -0.75rem;
        top: -1.25rem;
        display: block;
        min-width: 1.5rem;
        font-size: 0.825rem;
        box-sizing: border-box;
        text-align: center;
    }
    @supports(width: 100%) {
        .sumprom {
            border-radius: 0.5rem;
        }
    }
    .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: 0.72rem;
        margin: 0.25rem 0 0 0;
    }
    .promparents span:first-child {
        opacity: 0;
        filter: alpha(opacity=0);
    }
    .shareleft>article h3 {
        font-weight: normal;
        width: 100%;
        text-align: center;
        font-size: 1rem;
    }
    .hadiser {
        margin: 1rem 0 0 0;
    }
    .hadiser li {
        width: 100%;
        box-sizing: border-box;
        padding: 0.75rem 0.2rem 0.85rem 0.2rem;
    }
    .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;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        box-sizing: border-box;
    }
    .hadiser li>div section {
        width: 100%;
        margin: 0 0 0.35rem 0;
    }
    .hadiser li>div section h4 {
        font-weight: normal;
        font-size: 0.875rem;
    }
    .hadiser li>div section h5 {
        font-weight: normal;
        font-size: 0.75rem;
        margin: 0.5rem 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: 0.2rem;
        font-size: 0.65em;
        width: 3.5rem;
        padding: 0.2rem 0;
        text-align: center;
        margin: 0 0 0 0.65rem;
    }
    .hadiser li>div span {
        font-size: 0.78rem;
    }
    .hadiser li>p {
        width: 100%;
        box-sizing: border-box;
        margin: 0.65rem 0 0 0;
        line-height: 1.75;
        font-size: 0.725rem;
    }
    .hadiser li>p a {
        text-decoration: underline;
    }
    .shareright {
        display: none;
        position: absolute;
        z-index: 999;
        top: 0;
        left: 0;
        box-sizing: border-box;
        width: 100%;
        background-image: url("icons/sharebg.jpg");
        background-repeat: repeat-y;
        background-position: 0% 0%;
        background-size: 100% auto;
    }
    .sharetop {
        width: 100%;
        min-height: 15rem;
        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;
        padding-bottom: 1.5rem;
    }
    .sharetop>button {
        outline: none;
        border: 0;
        font-size: 0.9rem;
        width: 1.2rem;
        height: 1.2rem;
        display: block;
        background: none;
        background-image: url("icons/sharclod.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
        position: absolute;
        top: 0.75rem;
        right: 0.75rem;
        cursor: pointer;
    }
    .sharetop>h1 {
        font-weight: normal;
        width: 14rem;
        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: 4.75rem auto 0 auto;
        font-size: 1rem;
    }
    .sharetop>h1 text {
        margin: 0 0.35rem;
    }
    .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: 3.8rem;
        text-align: center;
        margin: 0.72rem 0 0 0;
    }
    .sharetop>h2 span {
        font-weight: normal;
        font-size: 1rem;
    }
    .sharetop p {
        font-size: 1rem;
        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: 1rem 0 0 0;
    }
    .sharetop p span {
        font-size: 1.25rem;
        font-weight: bold;
        margin: 0 0 0 0.72rem;
    }
    .sharbotm {
        width: 100%;
        box-sizing: border-box;
        padding: 1.5rem 2rem 0.8rem 2rem;
    }
    .sharbotm>span {
        display: block;
        text-align: center;
        font-size: 0.95rem;
        margin: 0 0 0.5rem 0;
    }
    .sharbotm p {
        font-size: 0.8rem;
        line-height: 1.8;
    }
    .sharbotm img {
        display: block;
        width: 100%;
        margin: 1.25rem auto 1.25rem auto;
    }
    .sharbotm button,
    .sharbotm a {
        display: block;
        margin: 0 auto;
        cursor: pointer;
        outline: none;
        border: 0;
        background: none;
        font-size: 0.85rem;
        text-decoration: underline;
    }
    .sharbotm button {
        text-decoration: none;
    }
    .earbgcol {
        width: 100%;
        box-sizing: border-box;
        padding: 0 0.8rem;
    }
    .fiker {
        width: 100%;
        box-sizing: border-box;
        padding: 0 0.72rem;
        border-radius: 0.3rem;
        border: transparent solid 1px;
    }
    .fiker>h2 {
        width: 100%;
        box-sizing: border-box;
        font-weight: normal;
        padding: 1rem 0 0.75rem 0;
        text-align: center;
        font-size: 1rem;
    }
    .fiker>article {
        width: 100%;
        box-sizing: border-box;
        padding: 1.5rem 0.8rem 1rem 0.8rem;
    }
    .fiker>article p {
        font-size: 0.975rem;
    }
    .fiker>article p+p {
        font-size: 0.85rem;
        margin: 0.75rem 0 0 0;
    }
    .gotoredbunt {
        display: block;
        text-align: center;
        height: 2.1rem;
        line-height: 2.1rem;
        width: 70%;
        border-radius: 1.2rem;
        font-size: 0.85rem;
        margin: 2.0rem auto 3rem auto;
    }
    .gotoredbunt * {
        border: 0;
        outline: none;
        width: 100%;
        height: 100%;
        background: none;
        font-size: 0.85rem;
    }
    .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: 2.85rem;
        width: 100%;
        font-size: 0.825rem;
        box-sizing: border-box;
        padding: 0 0 0 0.25rem;
    }
    .fijonm span {
        display: block;
        width: 4.5rem;
    }
    .fijonm input {
        box-sizing: border-box;
        background: none;
        border: 0;
        font-size: 0.825rem;
        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: 0.875rem;
        margin: 2.5rem 0 3rem 0;
    }
    .fiker>p img {
        display: block;
        margin: 0 0.72rem 0 0;
        height: 2.25rem;
        width: auto;
    }
    .ischabox {
        display: block;
        font-size: 0.8rem;
        position: relative;
        margin: 1.5rem 0 0 0.75rem;
        background-image: url("icons/Noct.png");
        background-repeat: no-repeat;
        background-position: left;
        background-size: auto 0.875rem;
        box-sizing: border-box;
        padding: 0 0 0 1.35rem;
    }
    .ischeon {
        background-image: url("icons/Yect.png");
        background-repeat: no-repeat;
        background-position: left;
        background-size: auto 0.875rem;
    }
    .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: 0 0;
    }
    .isweitbox {
        height: 100%;
        width: 100%;
        margin: 0 auto;
        overflow-y: auto;
        box-sizing: border-box;
        padding: 1.2rem 1.25rem;
    }
    .isweitbox h1 {
        font-size: 1.08rem;
        width: 100%;
        text-align: center;
        margin: 0 0 1.0rem 0;
    }
    .isweitbox h3 {
        font-weight: normal;
        font-size: 0.8rem;
        margin: 0 0 0.65rem 0;
    }
    .isweitbox p {
        font-size: 0.765rem;
        line-height: 1.8;
        margin: 0 0 0.65rem 0;
    }
    .isweitbox button {
        border: 0;
        outline: none;
        font-size: 0.85rem;
        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: 8rem;
        height: 2.2rem;
        border-radius: 0.2rem;
        cursor: pointer;
        margin: 2rem auto 1.5rem auto;
    }
    .bucoffice {
        box-sizing: border-box;
        width: 100%;
        padding: 0 0.8rem;
    }
    .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: 0.8rem 0.72rem;
        border-radius: 0.2rem;
        margin: 0 0 1rem 0;
    }
    .bunelistbox li a {
        cursor: pointer;
    }
    .bunelistbox li div {
        box-sizing: border-box;
        width: 70%;
    }
    .bunelistbox li div h1 {
        font-weight: normal;
        font-size: 0.72rem;
        margin: 0 0 0.5rem 0;
    }
    .bunelistbox li div h1 span {
        font-size: 0.8rem;
    }
    .bunelistbox li div p {
        font-size: 0.72rem;
    }
    .bunelistbox li div p span {
        display: block;
        margin: 0.35rem 0 0 0;
    }
    .bunelistbox li div p+p {
        margin: 0.35rem 0 0 0;
    }
    .bunelistbox li div>text {
        display: inline-block;
        font-size: 0.72rem;
        line-height: 1.6;
        margin: 0.75rem 0 0 0;
    }
    .bunelistbox li section {
        text-align: right;
        box-sizing: border-box;
        width: 30%;
        font-size: 0.72rem;
    }
    .bunelistbox li section h2 {
        font-size: 0.825rem;
        margin: 0 0 0.45rem 0;
    }
    .bunelistbox li section h3 {
        font-size: 0.825rem;
        margin: 0 0 0.25rem 0;
    }
    .bunelistbox li section p a {
        display: block;
        text-decoration: underline;
    }
    .bunelistbox li section p a+a {
        margin: 0.45rem 0 0 0;
    }
    .bunelistbox li article {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        margin: 1rem 0 0 0;
        font-size: 0.72rem;
        padding: 0.75rem 0 0 0;
    }
    .bunelistbox li article p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        width: 100%;
    }
    .bunelistbox li article p span {
        display: block;
        margin: 0 0 0.25rem 0;
        width: 50%;
    }
    .bunelistbox li article a {
        font-size: 0.72rem;
    }
    .hadpiao>h2 section a {
        outline: none;
        display: inline-block;
        font-size: 0.825rem;
        padding: 0.15rem 0.85rem;
        box-sizing: border-box;
        cursor: pointer;
    }
    .hadpiao>h2 span button {
        outline: none;
        display: inline-block;
        font-size: 0.825rem;
        border-radius: 0.25rem;
        padding: 0.15rem 0.85rem;
        box-sizing: border-box;
        cursor: pointer;
    }
    .hadpiao>h2 span button+button {
        margin: 0 0 0 0.5rem;
    }
    .hadpiao>h2 span a {
        display: inline-block;
        font-size: 0.75rem;
        border-radius: 0.25rem;
        padding: 0.2rem 0.85rem;
        box-sizing: border-box;
        cursor: pointer;
    }
    .hadpiao>h2 span a+a {
        margin: 0 0 0 0.5rem;
    }
    .topbunty {
        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: 0.85rem;
        width: 100%;
        height: 2.1rem;
        border-radius: 0.15rem;
        margin: 0 0 0.85rem 0;
    }
    .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;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        box-sizing: border-box;
        padding: 0 0 0 0;
        margin: 0 0 0.85rem 0;
    }
    .newfilr>span {
        display: block;
        width: 5.0rem;
        text-align: right;
        font-size: 0.8rem;
    }
    .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: 2.0rem;
        width: 13rem;
    }
    .unwers input[type=text] {
        outline: none;
        border: 0;
        background: none;
        font-size: 0.8rem;
        box-sizing: border-box;
        padding: 0 0.5rem;
        width: 100%;
    }
    .unwers li.sugg-item {
        font-size: 0.72rem !important;
    }
    .piuk {
        position: relative;
        width: 2.5rem;
        height: 2.1rem;
        box-sizing: border-box;
        background-image: url("icons/icon-cal-act.png");
        background-position: right;
        background-repeat: no-repeat;
        background-size: auto 2.1rem;
    }
    .piuk input[type=date] {
        opacity: 0;
        filter: alpha(opacity=0);
        width: 2.5rem;
        height: 2.1rem;
        position: absolute;
        right: 0;
    }
    .unwers input[type=time] {
        border: 0;
        outline: none;
        font-size: 0.8rem;
    }
    .newfilr>a {
        display: block;
        margin: 0.65rem 0 0 0;
        font-size: 0.8rem;
        box-sizing: border-box;
        padding-left: 5.4rem;
    }
    .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;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        width: calc(100% - 5.4rem);
        width: -webkit-calc(100% - 5.4rem);
        width: -moz-calc(100% - 5.4rem);
    }
    .redinpu {
        display: block;
        background-image: url("icons/Noct.png");
        background-repeat: no-repeat;
        background-position: left;
        background-size: 0.8rem auto;
        margin: 0 0.75rem 0.5rem 0;
        font-size: 0.8rem;
    }
    .adrefull {
        background-image: url("icons/Yect.png");
        background-repeat: no-repeat;
        background-position: left;
        background-size: 0.8rem 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: 3.5rem;
        height: 4rem;
        background-image: url("icons/filimup.png");
        background-repeat: no-repeat;
        background-position: left;
        background-size: 3.5rem 4rem;
        margin: 0 0.8rem 0.75rem 0;
    }
    .filimup input[type=file] {
        opacity: 0;
        filter: alpha(opacity=0);
        width: 3rem;
        position: absolute;
        top: 0;
        left: 0;
    }
    .filimup>img {
        width: 100%;
        height: 100%;
    }
    .baquers {
        width: 100%;
        box-sizing: border-box;
        padding: 1.25rem 0.85rem;
    }
    .ismoxkol {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        font-size: 0.8rem;
        margin: 0 0 1.5rem 0;
    }
    .ismoxkol span {
        width: 5rem;
        text-align: right;
    }
    .ismoxkol p {
        width: calc(100% - 5rem);
        width: -webkit-calc(100% - 5rem);
        width: -moz-calc(100% - 5rem);
    }
    .ismoxkol 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%;
        margin: 0.85rem 0 0 0;
    }
    .ismoxkol section img {
        width: 30%;
        height: 5rem;
        display: block;
        margin: 0 5% 0.85rem 0;
    }
    .apiadrs {
        width: 100%;
        box-sizing: border-box;
        margin: 0 0 1.2rem 0;
    }
    .runingbox {
        width: 100%;
        box-sizing: border-box;
        padding: 1rem 0.25rem;
        font-size: 0.825rem;
    }
    .lineficer {
        box-sizing: border-box;
        width: 100%;
        margin: 0 0 1.5rem 0;
    }
    .lineficer h2 {
        font-weight: normal;
        font-size: 0.9rem;
        width: 100%;
        position: relative;
    }
    .lineficer h2 span {
        margin: 0 0.25rem;
    }
    .lineficer h2 a {
        position: absolute;
        right: 0;
        border: 0;
        display: inline-block;
    }
    .lineficer p {
        font-size: 0.75rem;
        margin: 0.5rem 0 0 0;
        line-height: 1.6;
    }
    .kanty {
        width: 100%;
    }
    .kanty p {
        font-size: 0.75rem;
        padding: 0.5rem 0 0.54rem 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: 32%;
        height: 6.0rem;
        background-image: url("icons/filimup.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 6.0rem;
        margin: 0 2% 0.65rem 0;
    }
    .kanty label input[type=file] {
        width: 50%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9999;
        opacity: 0;
        filter: alpha(opacity=0);
    }
    .kanty section img {
        display: block;
        width: 32%;
        height: 6rem;
        margin: 0 2% 0.65rem 0;
    }
    .kanty label img {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 999;
    }
    .cerlistbox {
        box-sizing: border-box;
        width: 100%;
    }
    .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;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        box-sizing: border-box;
        padding: 0 0.8rem;
    }
    .selecebox 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;
        font-size: 0.825rem;
    }
    .selecebox div+div {
        margin: 0.75rem 0 0 0;
    }
    .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 1.2rem;
        height: 2.1rem;
        border-radius: 0.25rem;
        padding: 0 0.5rem 0 0;
    }
    .longday input[type=text] {
        outline: none;
        border: 0;
        background: none;
        font-size: 0.825rem;
        width: 6.5rem;
        box-sizing: border-box;
        padding: 0 0.6rem;
    }
    .longday input[type=date] {
        width: 2rem;
        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: 2.1rem;
        box-sizing: border-box;
        padding: 0 0;
        position: relative;
        width: 6.5rem;
    }
    .unjiukol>img {
        position: absolute;
        right: 0.5rem;
        width: auto;
        height: 0.4rem;
        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: 0.825rem;
        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 0.75rem;
    }
    .orabunt {
        outline: none;
        cursor: pointer;
        border: 0;
        font-size: 0.8rem;
        width: 100%;
        height: 2.1rem;
        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: 0.2rem;
        margin: 0.8rem 0 0 0;
    }
    .orabunt>* {
        outline: none;
        cursor: pointer;
        border: 0;
        background: none;
        font-size: 0.8rem;
    }
    .numhasbox {
        width: 100%;
        box-sizing: border-box;
        margin: 1.2rem 0;
    }
    .numhasbox li {
        width: 100%;
        box-sizing: border-box;
        padding: 1rem 0.85rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        border-radius: 0.25rem;
        margin: 0 0 1.2rem 0;
    }
    .numhasbox li div h1 {
        font-weight: normal;
        font-size: 0.825rem;
    }
    .numhasbox li div h1 span {
        font-size: 0.95rem;
    }
    .numhasbox li div p {
        font-size: 0.825rem;
        margin: 0.8rem 0 0 0;
    }
    .numhasbox li div p span {
        display: block;
    }
    .numhasbox li div p span+span {
        margin: 0.8rem 0 0 0;
    }
    .numhasbox li div {
        width: 100%;
        ;
    }
    .numhasbox li div p text {
        display: inline-block;
        width: 49%;
        margin: 0 0 0.75rem 0;
    }
    .numhasbox li div p text+text {
        margin: 0 0 0 0;
    }
    .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: 6.5rem;
        height: 2.15rem;
        font-size: 0.85rem;
        border-radius: 0.2rem;
        cursor: pointer;
        margin: 1rem auto 0.75rem auto;
    }
    .postext {
        font-size: 0.8rem;
        line-height: 1.6;
    }
    .postext:first-child {
        margin: 0 0 30px 0;
    }
    .mecolobox {
        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;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        margin: 1.25rem 0 1rem 0;
        padding: 0 0.8rem;
    }
    .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: 4rem;
        width: 100%;
        box-sizing: border-box;
        padding: 0 0 0 0.85rem;
        border-radius: 0.35rem;
    }
    .mecolobox>a+a {
        margin: 0.754rem 0 0 0;
    }
    .mecolobox>a span {
        font-size: 0.85rem;
        font-weight: bold;
    }
    .mecolobox>a span b {
        font-size: 0.725rem;
        font-weight: normal;
        text-decoration: underline;
        margin: 0 0 0 0.65rem;
    }
    .mecolobox>a text {
        font-size: 1.2rem;
    }
    .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: 1rem;
        border-radius: 0 0.35rem 0.35rem 0;
        background-image: url("icons/wangzx.png");
        background-repeat: no-repeat;
        background-position: right;
        background-size: auto 200%;
    }
    .jmpage {
        font-size: 0.75rem;
        padding: 0 0 0 0.35rem;
    }
    .cliercen {
        width: calc(100% - 1.6rem);
        width: -webkit-calc(100% - 1.6rem);
        width: -moz-calc(100% - 1.6rem);
        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;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        border-radius: 0.4rem;
        margin: 0.75rem 0 1rem 0.8rem;
        box-sizing: border-box;
        padding: 0.75rem 0.85rem 0.8rem 0.85rem;
    }
    .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;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        width: 100%;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        padding: 0 0 0.65rem 0;
        border-bottom: #dedede solid 1px;
        margin: 0 0 0.9rem 0;
    }
    .cliercen div>p {
        width: 100%;
        font-size: 0.825rem;
    }
    .cliercen div h2 {
        font-size: 0.85rem;
    }
    .cliercen div span {
        font-size: 1.2rem;
        margin: 0 0 0 100px;
    }
    .cliercen div span text {
        font-size: 0.8rem;
        margin: 0 0 0 0.25rem;
    }
    .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;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        width: 100%;
    }
    .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: 5rem;
        height: 2rem;
        border-radius: 0.3rem;
        font-size: 0.85rem;
    }
    .cliercen section a+a {
        margin-left: 1rem;
    }
    .belof {
        position: relative;
        width: 9.25rem;
    }
    .belof select {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        width: 9.25rem;
    }
    .belof select option {
        width: 9.25rem;
        box-sizing: border-box;
    }
    .belof>img {
        position: absolute;
        z-index: 999;
        width: auto;
        height: 0.35rem;
        right: 0.65rem;
        top: -0.25rem;
        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: 0.8rem;
        width: 100%;
        box-sizing: border-box;
        padding: 0 0 0 0;
    }
    .shofbunt {
        display: inline-block;
        font-size: 0.8rem;
        padding: 0.25rem 0.75rem;
        border-radius: 0.2rem;
        border: 0;
        cursor: pointer;
        outline: none;
        margin: 0 1.0rem 0 0;
    }
    .adlable {
        font-weight: normal;
        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;
        font-size: 18px;
        margin: 45px 0 20px 0;
    }
    .adlable p a {
        padding: 0.25rem 0.5rem;
        border-radius: 0.2rem;
        margin-left: 0.3rem;
        font-size: 0.72rem;
        cursor: pointer;
    }
    .adlable label input[type=radio] {
        opacity: 0;
        filter: alpha(opacity=0);
        position: absolute;
        left: 0;
    }
    .adlable label {
        display: inline-block;
        padding: 0.4rem 0;
        position: relative;
        border-radius: 0.2rem;
        font-size: 0.85rem;
    }
    .adlable .labtab {
        cursor: pointer;
        padding: 0.35rem 0.5rem;
        font-size: 0.8rem;
        margin: 0.75rem 0 0 0;
        width: 5rem;
        text-align: center;
    }
    /*讲师二维码*/
    .itmaeks .mainbox {
        width: 100%;
        box-sizing: border-box;
        padding: 0 0 1.8rem 0;
        top: 1.5rem;
        bottom: 2rem;
        background-color: #fff;
    }
    .mainbox>h1 {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        font-weight: normal;
        font-size: 1.1rem;
        padding: 0.95rem 0.85rem;
        color: #333;
    }
    .yecol {
        width: 100%;
        box-sizing: border-box;
        padding: 1rem 0.85rem;
        background-color: #f2f2f2;
    }
    .yecol section p {
        font-size: 0.75rem;
    }
    .yecol section p+p {
        margin: 0.6rem 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: 0.75rem;
        margin: 1.5rem 0 0 0;
    }
    .yecol span text {
        font-size: 1.1rem;
    }
    .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: 1.0rem 0 0 0;
    }
    .maincen>img {
        width: auto;
        height: 1.85rem;
    }
    .maincen article {
        width: 8.75rem;
        height: 8.75rem;
        margin: 1.35rem 0 1.5rem 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: 0.68rem;
        box-sizing: border-box;
        width: 8.75rem;
        padding: 0.5rem 0.65rem;
    }
    .maincen>span img {
        margin: 0 0.5rem 0 0;
        height: 1.3rem;
        width: auto;
    }
    .maincen>span text {
        line-height: 1.4;
    }
    .mainbox>p {
        font-size: 0.85rem;
        color: #f00;
        width: 100%;
        text-align: center;
        margin: 1.2rem 0 2rem 0;
        cursor: pointer;
    }
    /*end*/
    .huilafeed {
        width: calc(100% - 1.6rem);
        width: -webkit-calc(100% - 1.6rem);
        width: -moz-calc(100% - 1.6rem);
        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: 0.4rem;
        padding: 0.72rem 0.65rem;
        margin: 0.5rem 0.8rem 0.75rem 0.8rem;
    }
    .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: 0.5rem 1rem 0 1rem;
    }
    .huilafeed h2 {
        font-size: 0.95rem;
        width: 100%;
        text-align: center;
        padding: 0 0 0.4rem 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: 0.75rem;
    }
    .paderll div span,
    .paderll a span {
        font-size: 0.9rem;
        display: inline-block;
        margin: 0.12rem 0 0 0;
    }
    .bunelistbox li .aseeshow {
        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.65rem 0 0 0;
        padding: 0.5rem 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;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        width: 100%;
        margin: 0;
    }
    .bunelistbox li .aseeshow p+p {
        margin: 0.65rem 0 0 0;
    }
    .bunelistbox li .aseeshow p a {
        display: inline-block;
        text-decoration: underline;
        margin: 0 0 0 1rem;
    }
    .commisiton {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        padding: 0 0 1.2rem 0;
    }
    .commisiton h3 {
        width: 100%;
        box-sizing: border-box;
        font-size: 1.0rem;
        text-align: center;
        font-weight: normal;
        padding: 0.65rem 0;
    }
    .commisiton p {
        font-size: 0.8rem;
        margin: 0.75rem 0 1rem 0;
        padding: 0 0 0 0;
    }
    .commisiton table {
        width: calc(100% - 1.8rem);
        width: -webkit-calc(100% - 1.8rem);
        width: -moz-calc(100% - 1.8rem);
        margin: 0 0.9rem;
    }
    .commisiton table td {
        height: 2rem;
        vertical-align: middle;
        text-align: center;
    }
    .commisiton .borcloce {
        font-size: 0.85rem;
        border-radius: 0.2rem;
        width: 8rem;
        height: 2.0rem;
        line-height: 2.0rem;
        padding: 0;
        margin: 1rem auto 2rem auto;
        cursor: pointer;
    }
    .newmaiwaerbox {
        width: 100%;
        box-sizing: border-box;
        padding: 1rem 0 0.85rem 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: 3rem;
        width: 49%;
        border-radius: 0.2rem;
    }
    .toshowping a h2 {
        font-size: 0.9rem;
        margin: 0 0 0 0.5rem;
    }
    .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: 2.2rem;
        width: 2.2rem;
        border-radius: 50%;
    }
    .tshclor01 span img {
        width: auto;
        height: 1rem;
    }
    .tshclor02 span img {
        width: auto;
        height: 1.1rem;
    }
    .killhub {
        width: 100%;
        box-sizing: border-box;
        margin: 1.2rem 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 0 0.5rem 0;
        margin: 0 0 0.75rem 0;
    }
    .kilnames span {
        display: inline-block;
        font-size: 0.9rem;
    }
    .kilnames a {
        display: inline-block;
        font-size: 0.75rem;
        background-image: url("icons/texticon.png");
        background-repeat: no-repeat;
        background-position: 0 50%;
        background-size: auto 0.9rem;
        padding: 0 0 0 1.25rem;
        height: 1rem;
        line-height: 1rem;
        cursor: pointer;
        width: 2.8rem;
        box-sizing: border-box;
    }
    .kilnames text {
        display: inline-block;
        width: 2.8rem;
    }
    .keplens {
        width: 100%;
        box-sizing: border-box;
    }
    .kelionc {
        width: 100%;
        box-sizing: border-box;
        padding: 0 0.8rem;
        border: transparent solid #fff;
    }
    .kelionc+.kelionc {
        margin: 0.85rem 0 0 0;
    }
    .kestop {
        width: 100%;
        box-sizing: border-box;
        padding: 1rem 0 0.8rem 0;
    }
    .kestop div {
        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;
    }
    .kestop div 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;
        font-size: 0.92rem;
        width: 60%;
    }
    .kestop div section span {
        font-size: 0.8rem;
        margin: 0.5rem 0 0 0;
    }
    .kestop div h3 {
        font-weight: normal;
        font-size: 0.8rem;
    }
    .kestop p {
        font-size: 0.8rem;
        margin: 0.5rem 0 0 0;
    }
    .kestop p text {
        font-size: 1rem;
    }
    .kermin {
        padding: 0.75rem 0 1.25rem 0;
    }
    .kermin div {
        font-size: 0.8rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        width: 100%;
    }
    .kermin div+div {
        margin: 0.5rem 0 0 0;
    }
    .kermin div p {
        width: 100%;
    }
    .kermin div span {
        display: inline-block;
        margin: 0.3rem 0 0 0;
    }
    .kermin div span a {
        margin: 0 0 0 0.72rem;
    }
    .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: 65%;
        height: 2.72rem;
        border-radius: 0.2rem;
        font-size: 0.85rem;
        margin: 1.5rem auto 0 auto;
    }
    .kerbunts span {
        font-size: 0.6rem;
        display: inline-block;
        margin: 0.1rem 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: 0.72rem;
        height: 1.8rem;
        line-height: 1.8rem;
        box-sizing: border-box;
        cursor: pointer;
    }
    .navigornim span+span,
    .navigornim a+a {
        margin: 0 0 0 0.5rem;
    }
    .navigornim .navic {
        height: 1.8rem;
        line-height: 1.8rem;
        font-size: 0.85rem;
    }
    .navgotbox {
        width: 100%;
        box-sizing: border-box;
        min-height: 18rem;
    }
    .kertxtp {
        width: 100%;
        box-sizing: border-box;
        font-size: 0.8rem;
        padding: 0.85rem 0 1rem 0;
        line-height: 1.6;
    }
    .timeboxlist {
        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;
        min-height: 18rem;
        box-sizing: border-box;
        padding: 0.85rem 0.5rem;
    }
    .timshbox {
        width: 7.2rem;
        text-align: center;
        margin: 0 0 1.25rem 0;
        box-sizing: border-box;
    }
    .tmboxg {
        width: 7.2rem;
        height: 5.4rem;
        background-image: url("icons/timebox.png");
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 100% 100%;
        box-sizing: border-box;
        padding: 1rem 0.5rem 0 0.5rem;
    }
    .tmboxg h2 {
        text-align: center;
        width: 100%;
        font-size: 0.9rem;
    }
    .tmboxg p {
        line-height: 1.6;
        font-size: 0.65rem;
        margin: 0.4rem 0 0 0;
        text-align: left;
    }
    .timshbox span {
        display: inline-block;
        font-size: 0.8rem;
        margin: 0.5rem 0 0 0;
    }
    .timshbox a {
        display: block;
        width: 6.4rem;
        height: 1.6rem;
        line-height: 1.6rem;
        text-align: center;
        border-radius: 0.8rem;
        margin: 0.72rem auto 0 auto;
        font-size: 0.85rem;
    }
    .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 0.75rem;
        border-radius: 1rem;
    }
    .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 0.8rem;
        border-radius: 1rem;
        height: 1.6rem;
        box-sizing: border-box;
        padding: 0 0.85rem 0 1.05rem;
        font-size: 0.7rem;
    }
    .tml_box {
        width: 100%;
        box-sizing: border-box;
        padding: 0.85rem 0.5rem;
        min-height: 18rem;
        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;
    }
    .dromins {
        width: 7.2rem;
        text-align: center;
        margin: 0 0 1.2rem 0;
    }
    .dromins a {
        display: inline-block;
        font-size: 0.85rem;
        margin: 0.5rem 0 0 0;
    }
    .drveup_y {
        width: 7.2rem;
        height: 7.56rem;
        background-image: url("icons/timeboxnew.png");
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 100% 100%;
        box-sizing: border-box;
        padding: 1rem 0.5rem 0 0.5rem;
    }
    .drveup_y span {
        font-size: 0.85rem;
        display: inline-block;
        margin: 0 0 1.15rem 0;
    }
    .drveup_y h2 {
        text-align: center;
        width: 100%;
        font-size: 0.9rem;
    }
    .drveup_y p {
        line-height: 1.6;
        font-size: 0.65rem;
        margin: 0.4rem 0 0 0;
        text-align: left;
    }
    .drveup_n {
        width: 7.2rem;
        height: 7.56rem;
        background-image: url("icons/timboxend.png");
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 100% 100%;
        box-sizing: border-box;
        padding: 1rem 0.5rem 0 0.5rem;
    }
    .drveup_n span {
        font-size: 0.85rem;
        display: inline-block;
        margin: 0 0 1.15rem 0;
    }
    .drveup_n h2 {
        text-align: center;
        width: 100%;
        font-size: 0.9rem;
    }
    .drveup_n p {
        line-height: 1.6;
        font-size: 0.65rem;
        margin: 0.4rem 0 0 0;
        text-align: left;
    }
    .hadpiao .porsens span+span {
        margin: 0 0 0 0.5rem;
    }
    .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: calc(100% - 2rem);
        width: -webkit-calc(100% - 2rem);
        width: -moz-calc(100% - 2rem);
        height: 27.5rem;
        box-sizing: border-box;
        padding: 0 1rem 1.2rem 1rem;
        margin: 1.5rem 0 0 0;
        box-shadow: rgba(226, 226, 226, 1) 0 0.25rem 0.75rem;
    }
    .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: 0.5rem 0.25rem;
        font-size: 0.85rem;
    }
    .stimeboxlist>h2 a,
    .stimeboxlist>h2 text {
        display: inline-block;
        width: 4rem;
        font-size: 0.8rem;
        font-weight: normal;
        text-align: right;
    }
    .stimeboxlist>h2 text {
        text-align: left;
        cursor: pointer;
    }
    .intimebox {
        width: 100%;
        box-sizing: border-box;
        padding: 1.5rem 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;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }
    .joynu {
        display: block;
        width: 100%;
        font-size: 0.85rem;
        margin: 0 0 0 0;
        text-align: center;
    }
    .titextp {
        width: 100%;
        box-sizing: border-box;
        padding: 1.8rem 0;
        text-align: center;
        font-size: 0.85rem;
    }
    .stimeboxlist .uhide {
        display: none;
    }
    .getshow_me {
        width: 100%;
        height: 100vh;
        box-sizing: border-box;
        position: fixed;
        bottom: 0;
        left: 0;
        display: none;
        z-index: 999;
    }
    .getflex_me {
        width: 100%;
        height: 100%;
        position: fixed;
        bottom: 0;
        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: end;
        -ms-flex-align: end;
        -webkit-align-items: flex-end;
        align-items: flex-end;
    }
    .getf_box {
        width: 80%;
        box-sizing: border-box;
        padding: 0 0 1rem 0;
        position: fixed;
        left: 10%;
        bottom: 10rem;
    }
    .getn_ul {
        width: 100%;
        box-sizing: border-box;
        font-size: 0.85rem;
        padding: 0.46rem 0.5rem;
        text-align: center;
    }
    .getf_box>div:nth-child(2) {
        width: 100%;
        box-sizing: border-box;
        padding: 1.12rem 1.65rem;
    }
    .getf_box>div:nth-child(2) p {
        font-size: 0.8rem;
        line-height: 1.6;
    }
    .getf_box>div:nth-child(2) label {
        display: block;
        text-align: center;
        box-sizing: border-box;
        padding: 0 0.5rem;
        width: 90%;
        height: 1.8rem;
        margin: 1rem auto 0 auto;
    }
    .getf_box>div:nth-child(2) label input {
        font-size: 0.72rem;
        height: 1.8rem;
        width: 100%;
        border: 0;
        outline: none;
        box-sizing: border-box;
        background: 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: 5.4rem;
        height: 1.8rem;
        line-height: 1.8rem;
        border-radius: 0.25rem;
    }
    .getf_box section label+label {
        margin: 0 0 0 1rem;
    }
    .getf_box section label>* {
        font-size: 0.75rem;
        outline: none;
        background: none;
        width: 100%;
        height: 1.8rem;
        line-height: 1.8rem;
        border: 0;
    }
    .ovfHiden {
        overflow: hidden;
    }
    .getf_box.top8 {
        top: 8rem;
    }
    .gunewtabnav {
        width: 100%;
        box-sizing: border-box;
        padding: 0 0.85rem;
        margin: 0.5rem 0 0.5rem 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: 32%;
        height: 2rem;
        line-height: 2rem;
        font-size: 0.8rem;
        text-align: center;
        border-radius: 4px;
        cursor: pointer;
    }
    .gunewtabnav nav a+a {
        margin-left: 2%;
    }
    .reverup {
        box-sizing: border-box;
        width: 100%;
        padding: 0 0 0 0;
    }
    .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;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        position: relative;
    }
    .reverlines div {
        box-sizing: border-box;
        width: 100%;
        height: 2.4rem;
        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: 0;
    }
    .reverlines div span {
        display: block;
        width: 2.5rem;
        height: 1.85rem;
        line-height: 1.85rem;
        text-align: center;
        font-size: 0.825rem;
    }
    .reverlines div input {
        border: 0;
        outline: none;
        font-size: 0.825rem;
        background: none;
        width: calc(100% - 2.5rem);
        width: -webkit-calc(100% - 2.5rem);
        width: -moz-calc(100% - 2.5rem);
        box-sizing: border-box;
        padding: 0 0 0 0.8rem;
    }
    .reverlines div:last-child {
        border-top: 0;
    }
    .reverlines button {
        display: block;
        box-sizing: border-box;
        height: 2.4rem;
        width: 4.8rem;
        outline: none;
        background-color: #f7f7f7;
        background-image: url("icons/reverup.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 1rem auto;
        font-size: 1rem;
        margin: 0 0;
        cursor: pointer;
        position: absolute;
        right: -1.2rem;
        top: 1.2rem;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        border: #ddd solid 1px;
    }
    .revecen {
        box-sizing: border-box;
        width: 100%;
        margin: 1.75rem 0 0 0;
    }
    .revecen h2 {
        font-size: 1.15rem;
        margin: 0 0 1rem 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 0.5rem 0;
    }
    .revecen div text {
        font-size: 1.2rem;
    }
    .revecen div input {
        font-size: 0.8rem;
        height: 1.6rem;
        outline: none;
        border: 0;
        background: none;
        margin: 0 0 0 0.4rem;
        padding: 0.2rem 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: 0.8rem;
        margin: 0 0 1rem 0;
    }
    .revecen p text {
        font-size: 0.85rem;
    }
    .revecen span {
        font-size: 0.8rem;
    }
    .revebunts {
        display: block;
        font-size: 4vw;
        height: 9vw;
        width: 100%;
        border-radius: 0.6vw;
        outline: none;
        border: 0;
        margin: 21.8vw 0 0 0;
    }
    .meatketpoo {
        width: 100%;
        margin-bottom: 2.46rem;
    }
    .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: 1.44rem;
        margin-right: 0.8rem;
    }
    .meat_top>h1 {
        font-size: 1.2rem;
        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: 1.35rem;
    }
    .meat_top>span {
        display: block;
        font-size: 0.9rem;
        margin-left: 0.75rem;
    }
    .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: calc(100% - 1.6rem);
        width: -webkit-calc(100% - 1.6rem);
        width: -moz-calc(100% - 1.6rem);
        margin: 0 0.8rem 1rem 0.8rem;
        box-sizing: border-box;
        padding: 0 0 0.5rem 0;
    }
    .meat_put>text {
        display: block;
        font-size: 0.85rem;
        margin-right: 0.5rem;
    }
    .meat_put input[type=text],
    .meat_put input[type=password] {
        font-size: 0.825rem;
        border: 0;
        background: none;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        outline: none;
    }
    .get_n {
        display: block;
        font-size: 0.75rem;
        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: 0.85rem;
        height: 2.2rem;
        width: calc(100% - 1.6rem);
        width: -webkit-calc(100% - 1.6rem);
        width: -moz-calc(100% - 1.6rem);
        margin: 1.5rem 0.8rem 1rem 0.8rem;
        border-radius: 5px;
        cursor: pointer;
    }
    .full_bnt * {
        outline: none;
        background: none;
        border: 0;
        font-size: 0.85rem;
    }
    .meat_bom {
        width: calc(100% - 1.6rem);
        width: -webkit-calc(100% - 1.6rem);
        width: -moz-calc(100% - 1.6rem);
        margin: 0 0.8rem 0 0.8rem;
        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: 0.75rem;
        padding-right: 0.6rem;
    }
    .perfect_box {
        width: 100%;
        box-sizing: border-box;
        padding: 1.2rem 0.8rem 1rem 0.8rem;
        background-color: #fff;
    }
    .perfect_box>h1 {
        font-weight: normal;
        font-size: 1.05rem;
        margin-bottom: 1.75rem;
    }
    .perfect_in {
        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;
        box-sizing: border-box;
        padding: 0 0 0.5rem 0;
        margin-bottom: 1rem;
    }
    .perfect_in>span {
        display: block;
        font-size: 0.78rem;
        width: 4rem;
    }
    .perfect_in input {
        display: block;
        width: calc(100% - 4rem);
        width: -webkit-calc(100% - 4rem);
        width: -moz-calc(100% - 4rem);
        outline: none;
        background: none;
        border: 0;
        font-size: 0.8rem;
    }
    .perfect_box .full_bnt {
        width: 100%!important;
        margin: 1.75rem 0 0.5rem 0;
    }
    .bank_box {
        width: 100%;
        box-sizing: border-box;
    }
    .bank_line {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        width: 100%;
        box-sizing: border-box;
        border-radius: 0.4rem 0.4rem 0 0;
        padding: 0.75rem 0.65rem 0.85rem 0;
        margin: 0 0 0.85rem 0;
    }
    .bank_logo {
        width: 4rem;
        box-sizing: border-box;
        padding-right: 0.5rem;
        text-align: right;
    }
    .bank_logo>img {
        height: 1.4rem;
        width: auto;
    }
    .bank_t {
        width: calc(100% - 4.5rem);
        width: -webkit-calc(100% - 4.5rem);
        width: -moz-calc(100% - 4.5rem);
    }
    .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: 0.72rem;
        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: 0.4rem;
        width: 0.75rem;
        height: 0.75rem;
        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: 1rem;
    }
    .bank_t div button {
        background: none;
        border: 0;
        font-size: 0.8rem;
        outline: none;
    }
    .bank_t>span {
        display: block;
        font-size: 0.72rem;
        margin: 0.6rem 0 0 0;
    }
    .bank_t>p {
        font-size: 0.9rem;
        margin: 0.7rem 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: 0.9rem;
        height: 2.8rem;
        width: 100%;
        border-radius: 0.25rem;
        margin: 1.5rem 0 2.5rem 0;
        cursor: pointer;
    }
    .bank_bnt_add>span {
        display: block;
        font-size: 1.6rem;
        margin-right: 0.5rem;
    }
    .bank_on_in {
        width: 100%;
        box-sizing: border-box;
        border-radius: 0.25rem;
        padding: 0.75rem 0.65rem;
        margin-top: 1rem;
    }
    .bank_on_in h2 {
        font-weight: normal;
        font-size: 1rem;
        width: 100%;
        text-align: center;
        margin-bottom: 1.25rem;
    }
    .bank_on_in div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        box-sizing: border-box;
        width: 100%;
        padding: 0 0 0.6rem 0.5rem;
        margin-bottom: 0.85rem;
    }
    .bank_on_in div span {
        display: block;
        width: 4rem;
        font-size: 0.8rem;
    }
    .bank_on_in div input,
    .bank_on_in div select {
        width: calc(100% - 4rem);
        width: -webkit-calc(100% - 4rem);
        width: -moz-calc(100% - 4rem);
        font-size: 0.75rem;
        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: 100%;
        box-sizing: border-box;
        font-size: 0.8rem;
        cursor: pointer;
        padding-left: 0.5rem;
    }
    .bank_on_in label input[type=checkbox] {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        border: 0;
        display: block;
        width: 0.72rem;
        height: 0.72rem;
        border-radius: 50%;
        outline: none;
        margin-right: 0.4rem;
        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: 0.85rem;
        height: 2.2rem;
        line-height: 2.2rem;
        width: 50%;
        border-radius: 1.2rem;
        display: block;
        border: 0;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        margin: 1.5rem auto 1rem auto;
        cursor: pointer;
        outline: none;
    }
    .sell_box {
        width: 100%;
        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: 0.75rem 0.8rem;
        margin: 0.5rem 0 0 0;
    }
    .sell_box>h1 {
        font-weight: normal;
        font-size: 1rem;
    }
    .sell_box>p {
        font-size: 0.75rem;
        margin-top: 0.8rem;
    }
    .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;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        margin-top: 0.72rem;
        width: 100%;
    }
    .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: auto;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        padding: 0 0;
        font-size: 0.70rem;
    }
    .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;
        box-sizing: border-box;
        width: calc(100% - 3rem);
        width: -webkit-calc(100% - 3rem);
        width: -moz-calc(100% - 3rem);
    }
    .sell_box div section p input {
        text-align: right;
        font-size: 0.68rem;
        outline: none;
        background: none;
        border: 0;
        box-sizing: border-box;
        padding: 0.2rem 0.2rem;
        margin-right: 0.25rem;
        width: 3.6rem;
    }
    .sell_box div section text {
        display: block;
        width: 3rem;
    }
    .sell_box div section+section {
        margin-left: 0;
    }
    .sell_no_btn {
        border: 0;
        outline: none;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        font-size: 0.72rem;
        display: block;
        border-radius: 0.12rem;
        height: 2rem;
        line-height: 2rem;
        padding: 0 0;
        box-sizing: border-box;
        text-align: center;
        margin-left: 0;
        margin-top: 0.8rem;
        cursor: pointer;
        width: 100%;
    }
    .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: 0.8rem;
        font-size: 0.72rem;
    }
    .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: 0.4rem;
        cursor: pointer;
    }
    .sell_box>section label input[type=radio] {
        border: 0;
        outline: none;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        width: 0.8rem;
        height: 0.8rem;
        background-image: url("icons/Noct.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 0.8rem 0.8rem;
        margin-right: 0.15rem;
    }
    .sell_box>section label input[type=radio]:checked {
        background-image: url("icons/Yect.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 0.8rem 0.8rem;
    }
    .get_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;
    }
    .get_input label {
        background: none!important;
        border: 0 !important;
        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;
    }
    .get_input label input[type=radio],
    .get_input label input[type=checkbox] {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        border: 0;
        width: 0.75rem;
        height: 0.75rem;
        background-image: url("icons/Noct.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 0.75rem 0.75rem;
        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: 0.75rem 0.75rem;
    }
    .back_s_box {
        box-sizing: border-box;
        font-size: 0.75rem;
        margin: 0 0 0.75rem 0;
        padding: 0.65rem 0.75rem;
        width: 100%;
    }
    .back_lan_up {
        width: 100%;
        box-sizing: border-box;
    }
    .back_lan_up>span {
        display: block;
        font-size: 0.75rem;
        margin: 0 0 0.65rem 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 0.5rem 0;
    }
    .back_lan_up div span {
        display: block;
        width: 6.0rem;
        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: 0.8rem 0 1rem 0;
        box-sizing: border-box;
        padding-left: 2rem;
    }
    .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: 1.2rem;
        cursor: pointer;
        font-size: 0.8rem;
    }
    .pop_input label input[type=checkbox] {
        display: block;
        width: 0.8rem;
        height: 0.8rem;
        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: 0.8rem 0.8rem;
        outline: none;
        margin-right: 0.5rem;
    }
    .pop_input label input[type=checkbox]:checked {
        background-image: url("icons/endcheck02.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 0.8rem 0.8rem;
    }
    .pop_sline>div:last-child {
        padding-top: 1.2rem;
        margin-top: 0.8rem;
        border-top: #dedede solid 0.05rem;
    }
    .pop_dan_s {
        width: 100%;
        box-sizing: border-box;
        padding: 0.75rem 0 0 0;
        margin: 0.9rem 0 0 0;
    }
    .lop_in {
        font-size: 0.65rem;
        color: #f12e10;
    }
    .lop_name {
        font-size: 0.95rem;
        font-weight: normal;
        margin-bottom: 0.8rem;
    }
    .new_chu {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        font-size: 0.75rem;
        margin: 0 0 0.85rem 0;
    }
    .new_chu>h5 {
        display: block;
        width: 100%;
        font-weight: normal;
        font-size: 0.85rem;
        margin: 0 0 0.6rem 0;
    }
    .new_chu>div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        width: 100%;
        box-sizing: border-box;
        margin: 0 0 0.5rem 0;
    }
    .new_chu>div text {
        display: block;
        width: 5.4rem;
    }
    .new_chu>div text+* {
        display: block;
        width: calc(100% - 5.4rem);
        width: -webkit-calc(100% - 5.4rem);
        width: -moz-calc(100% - 5.4rem);
    }
    .river_as {
        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;
        margin: 1rem 0 0.6rem 0;
        padding: 0 0 0 0.4rem;
        position: relative;
    }
    .river_as a {
        display: block;
        text-align: center;
        height: 1.4rem;
        line-height: 1.4rem;
        font-size: 0.72rem;
        width: 25%;
        margin-right: 0;
        position: relative;
        bottom: -0.15rem;
    }
    .mis_ver_load {
        width: calc(100% - 8.0vw);
        width: -webkit-calc(100% - 8.0vw);
        width: -moz-calc(100% - 8.0vw);
        box-sizing: border-box;
        margin: 2.5vw 4.0vw 2.0vw 4.0vw;
        font-size: 3.7vw;
        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;
    }
    .mis_ver_load>a {
        display: block;
        width: 20.0vw;
        text-align: center;
        padding: 1.5vw 0;
    }
    .mis_m_bom>a {
        display: inline-block;
        width: auto!important;
    }
    .mis_search {
        width: calc(100% - 0);
        width: -webkit-calc(100% - 0);
        width: -moz-calc(100% - 0);
        box-sizing: border-box;
        font-size: 3.7vw;
        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: 10.0vw;
        border-radius: 0.6vw;
    }
    .mis_search input[type=text] {
        box-sizing: border-box;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        font-size: 3.7vw;
        outline: none;
        border: 0;
        background: none;
        padding: 0 2.5vw 0 1.0vw;
    }
    .mis_done {
        outline: none;
        border: 0;
        display: block;
        width: 10.0vw;
        height: 100%;
        background: none;
        background-image: url("icons/search.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto 5.4vw;
    }
    /*.inpulist>img{
        display: block;
        margin: 0 auto 0 -4rem;
        width: 9rem;
        height: 9rem;
        position: relative;
        left: 50%;
    }*/
    /*股票K线*/
    #kline {
        width: 100%;
        box-sizing: border-box;
        height: 75vw;
        margin: 0.2rem 0 0 0;
    }
    .Kline-div {
        position: fixed;
        width: 100%;
        height: 75vw;
        bottom: 0;
        top: 0;
    }
    .Kline-div .m-line {
        width: 100%;
        margin-bottom: 0;
    }
    .Kline-div .K-line {
        width: 100%;
    }
    .price_box {
        width: 100%;
        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 0.75rem 0;
    }
    .price_box span {
        display: block;
        box-sizing: border-box;
        width: 50%;
        font-size: 0.72rem;
        margin: 0 0 0.5rem 0;
    }
    .hadpiao h2 .new_bunts_lis {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        box-sizing: border-box;
    }
    .new_bunt_red,
    .new_bunt_green {
        display: block;
        width: 4.2rem;
        height: 1.5rem;
        line-height: 1.5rem;
        text-align: center;
        box-sizing: border-box;
        border-radius: 0.2rem;
        font-size: 0.72rem;
        outline: none;
        border: 0 !important;
        padding: 0 !important;
        cursor: pointer;
        margin-bottom: -0.75rem !important;
    }
    .hadpiao h2 .new_bunts_lis *+* {
        margin-left: 0.5rem !important;
    }
    .new_task {
        width: 100%;
        box-sizing: border-box;
        padding: 0 1rem;
    }
    .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: 0.5rem 0.25rem;
        border-bottom: #dedede solid 0.01rem;
        margin: 0 0 1rem 0;
    }
    .task_t h3 {
        font-weight: normal;
        font-size: 0.85rem;
    }
    .task_t h3 text {
        font-size: 1.1em;
        margin: 0 0.05rem;
    }
    .task_t span {
        font-size: 0.8rem;
    }
    .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 0.8rem 0;
    }
    .task_c button {
        display: block;
        min-width: 80%;
        font-size: 0.8rem;
        outline: none;
        border: 0;
        padding: 0.6rem 0.5rem;
        border-radius: 0.2rem;
        cursor: pointer;
        text-align: center;
    }
    .task_b {
        width: 100%;
        margin: 1rem 0 0 0;
    }
    .task_b h4 {
        font-weight: normal;
        font-size: 0.8rem;
        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%;
        font-size: 0.75rem;
    }
    .task_b div+div {
        margin-top: 0.5rem;
    }
    /*存股*/
    .stock_top {
        width: 100%;
        box-sizing: border-box;
        margin: 4.6vw 0 0 0;
    }
    .stock_l {
        width: 100%;
        box-sizing: border-box;
        background-image: url("./icons/mutis.png");
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 100% 100%;
        padding: 5.6vw 5.3vw 5.6vw 5.3vw;
    }
    .stock_r {
        width: 100%;
        box-sizing: border-box;
        background-image: url("./icons/bertis.png");
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 100% 100%;
        margin: 2.8vw 0 0 0;
        padding: 5.6vw 5.3vw 5.6vw 5.3vw;
    }
    .stock_l h1,
    .stock_r h1 {
        width: 100%;
        font-size: 3.4vw;
        margin: 0 0 4.27vw 0;
    }
    .stock_l h1::before,
    .stock_r h1::before {
        content: "";
        width: 10.8vw;
        height: 2vw;
        margin-right: 2vw;
        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: 10.8vw;
        height: 2vw;
        background-image: url("./icons/c_title.png");
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 100% 100%;
        transform: rotate(180deg);
        margin-left: 2vw;
    }
    .stock_l>p,
    .stock_r>p {
        font-size: 2.4vw;
        line-height: 1.8;
    }
    .stock_l h3 {
        font-weight: normal;
        font-size: 3vw;
        margin: 2.67vw 0 2.4vw 0;
    }
    .stock_l button {
        border-radius: 1.3vw;
        border: 0;
        display: block;
        height: 8vw;
        width: 25.8vw;
        margin: 4.26vw auto 0 auto;
        font-size: 3.2vw;
        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: 3.2vw 0 0 0;
    }
    .stock_l div section {
        width: 100%;
    }
    .stock_l div section p {
        width: 50%;
        font-size: 2.4vw;
    }
    .stock_l div section p span,
    .stock_l div>div p span {
        font-size: 4.0vw;
    }
    .stock_l div>div>a {
        font-size: 3.6vw;
        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: 2.4vw;
        margin: 1.07vw 0 0 0;
    }
    .stock_l button[disabled] {
        background: #ccc !important;
        color: #999;
    }
    /*权益置换*/
    .equice {
        width: 100%;
        box-sizing: border-box;
        box-shadow: #e2e2e2 0.13vw 0.13vw 1% 0.67vw;
        padding: 5.6vw 4vw 5.4vw 4vw;
        border-radius: 0.54vw;
        margin: 4.4vw 0;
    }
    .equice_top {
        width: 100%;
        box-sizing: border-box;
        padding: 0 0 1.86vw 0;
        border-bottom: #d1d0d0 solid 0.13vw;
    }
    .equice_top li,
    .equititle li {
        width: 100%;
        font-size: 2.4vw;
    }
    .equice_top li span,
    .equititle li span {
        display: block;
        width: 20%;
        font-size: 2.13vw;
    }
    .equice_top li+li {
        margin-top: 3vw;
    }
    .equice_top li>div {
        width: 100%;
        margin: 3.3vw 0 0 0;
    }
    .equice_top li>div img {
        display: block;
        width: 32%;
        height: 20vw;
        margin: 0 2% 2.5vw 0;
    }
    .equice_top li>div img:nth-child(3n) {
        margin-right: 0;
    }
    .equititle {
        width: 100%;
        box-sizing: border-box;
        padding: 4.27vw 0 4.8vw 0;
        border-bottom: #d1d0d0 solid 0.13vw;
    }
    .equititle li+li {
        margin-top: 2.8vw;
    }
    .equistep {
        width: 100%;
        box-sizing: border-box;
        padding: 3.3vw 0;
    }
    .equistep+.equistep {
        border-top: #d1d0d0 solid 0.13vw;
    }
    .equistep>span {
        font-size: 2.53vw;
        display: block;
    }
    .equistep ul {
        width: 100%;
        box-sizing: border-box;
        padding: 0 0 0 2.13vw;
        margin: 4.27vw 0 0 0;
    }
    .equistep li {
        width: 100%;
        position: relative;
        box-sizing: border-box;
        padding: 0 0 5.72vw 4.8vw;
        border-left: #ccc solid 0.267vw;
    }
    .equistep li span {
        display: block;
        box-sizing: border-box;
        position: absolute;
        width: 4.27vw;
        left: -2.13vw;
        top: 0;
        padding: 0.8vw 0;
    }
    .equistep li span a {
        display: block;
        width: 4.27vw;
        height: 4.27vw;
        font-size: 2.67vw;
        line-height: 4.27vw;
        text-align: center;
        border-radius: 50%;
    }
    .equistep li small {
        font-size: 1.87vw;
        line-height: 0;
        position: relative;
        top: -1.2vw;
    }
    .equistep li p {
        font-size: 2.4vw;
        margin: 2vw 0 0 0;
    }
    .equistep li:last-child {
        border-left: 0;
    }
    .equistep li:first-child span {
        left: -2.27vw;
    }
    .equistep li:first-child span a {
        width: 4.53vw;
        height: 4.53vw;
        background-color: transparent;
    }
    .equistep li:first-child {
        border-left: #67da67 solid 0.267vw;
    }
    .gobind {
        width: 100%;
        box-sizing: border-box;
        border-top: #dddbd4 solid 1px;
    }
    .gobind a {
        display: block;
        width: 22vw;
        height: 7.2vw;
        line-height: 7.2vw;
        text-align: center;
        border-radius: 1.3vw;
        margin: 3.2vw auto 0 auto;
        font-size: 3.2vw;
    }
    .gobind a[href=''],
    .gobind a:not([href]) {
        border: 0;
    }
    .gobindprep {
        width: 100%;
        box-sizing: border-box;
        padding: 5.4vw 0 5.4vw 0;
    }
    .gobindprep ul {
        width: 100%;
    }
    .gobindprep ul li {
        position: relative;
    }
    .gobindprep ul .off span {
        background-image: url(./icons/doneicon.png);
        background-size: 3.3vw 2.8vw;
        background-repeat: no-repeat;
        background-position: 50%;
        color: transparent;
    }
    .gobindprep ul li+li {
        width: 30%;
    }
    .gobindprep ul li:first-child div {
        right: -2.9vw;
    }
    .gobindprep ul li:nth-child(2) div {
        right: -1.5vw;
    }
    .gobindprep ul li div {
        font-size: 2.67vw;
        text-align: center;
        position: relative;
        top: -2.9vw;
    }
    .gobindprep ul li div span {
        display: block;
        width: 5.2vw;
        height: 5.2vw;
        border-radius: 50%;
        font-size: 2.8vw;
        text-align: center;
        line-height: 5.2vw;
        margin: 0 auto 2vw auto;
    }
    .gobindStep {
        width: 100%;
        box-sizing: border-box;
        padding: 0 0 4.8vw 0;
        border-radius: 0.4vw;
    }
    .gobindStep h2 {
        font-weight: normal;
        font-size: 4vw;
        width: 100%;
        box-sizing: border-box;
        padding: 4.4vw 0 3.2vw 0;
        text-align: center;
    }
    .gobstep {
        width: 100%;
        box-sizing: border-box;
        padding: 8vw 0 0 8vw;
    }
    .gobstep li {
        box-sizing: border-box;
        width: 100%;
        position: relative;
        padding-bottom: 6vw;
    }
    .gobstep li:last-child {
        border-left: 0.18rem transparent solid;
    }
    .gobstep li span {
        display: block;
        border-radius: 50%;
        width: 6vw;
        height: 6vw;
        line-height: 6vw;
        text-align: center;
        font-size: 3.2vw;
        margin: 0 2vw 0 0;
        position: relative;
        left: -3vw;
        top: -3vw;
    }
    .gobstep li p {
        font-size: 3.6vw;
        padding-left: 4vw;
        width: 100%;
        box-sizing: border-box;
        position: relative;
        top: -2.5vw;
    }
    .gotonext,
    .gotonext2 {
        display: block;
        border-radius: 0.5vw;
        width: 35%;
        height: 9vw;
        margin: 0 auto 5vw auto;
        text-align: center;
        line-height: 9vw;
        font-size: 3.6vw;
    }
    .bindset {
        width: 100%;
        box-sizing: border-box;
        padding: 5vw 0 0 0;
        margin: 0 0 40px 0;
    }
    .gonetinput {
        box-sizing: border-box;
        font-size: 3.6vw;
        margin: 0 0 4vw 0;
        width: 100%;
        padding: 0 3.2vw;
    }
    .gonetinput>span {
        display: block;
        width: 24%;
        text-align: right;
        padding: 0 0 0 0;
    }
    .gonetinput>div {
        box-sizing: border-box;
        padding: 0 0 0 3vw;
        width: 76%;
    }
    .gonetinput>div input[type=text],
    .gonetinput>div input[type=tel] {
        border: 0;
        font-size: 3.4vw;
        height: 9vw;
        background-color: transparent;
        outline: none;
        box-sizing: border-box;
        width: calc(100% - 22vw);
        width: -webkit-calc(100% - 22vw);
        width: -moz-calc(100% - 22vw);
    }
    .gonetinput>div input[type=button] {
        box-sizing: border-box;
        outline: none;
        border: 0;
        height: 7.4vw;
        width: 22vw;
        font-size: 3.2vw;
        border-radius: 0.3vw;
        margin: 0 1vw 0 0;
        cursor: pointer;
        -webkit-appearance: none;
    }
    .gonbunt {
        width: 100%;
        box-sizing: border-box;
        padding: 0 0 0 0;
        margin: 6vw 0;
    }
    .gonbunt>* {
        outline: none;
        box-sizing: border-box;
        width: 35%;
        height: 10vw;
        line-height: 10vw;
        text-align: center;
        font-size: 3.6vw;
        border-radius: 0.5vw;
        cursor: pointer;
    }
    .gonbunt>*+* {
        margin-left: 5%;
    }
    .bindshure {
        box-sizing: border-box;
        width: 100%;
        padding: 6vw 4vw 8vw 4vw;
    }
    .bindshure>p {
        font-size: 3.6vw;
        margin: 0 0 5vw 0;
    }
    .bindshure>p span {
        font-size: 4.2vw;
    }
    .bindshure>text {
        font-size: 3.6vw;
    }
    .bindlogo {
        width: 100%;
        box-sizing: border-box;
        margin: 5vw 0;
    }
    .bindlogo>span {
        display: block;
        width: 100%;
        font-size: 3.2vw;
        margin: 0 0 3vw 0;
    }
    .bindlogo div img {
        display: block;
        width: auto;
        height: 4vw;
        margin: 0 2vw 0 0;
    }
    .bindlogo div {
        font-size: 3.2vw;
        box-sizing: border-box;
    }
    .bindlogo div:nth-child(3) {
        font-size: 3.2vw;
        margin: 0 3vw;
    }
    .bindlogo div p {
        overflow: hidden;
        display: block;
        width: 35vw;
        height: 2vw;
        border-radius: 1.6vw;
        margin: 2vw 0 0 0;
    }
    .bindlogo div p span {
        display: block;
        height: 100%;
        border-radius: 1.6vw;
    }
    .bindlogo div:last-child {
        width: 20vw;
    }
    .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 10vw 0;
    }
    .fabcphone {
        box-sizing: border-box;
        border-radius: 1.3vw;
        padding: 2vw 4.4vw 4.2vw 4.4vw;
        width: 80%;
    }
    .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: 5vw;
        height: 5vw;
        background-image: url('./icons/closeioc.png');
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 4.5vw 4.5vw;
        transform: translateX(1.5vw);
    }
    .fabcphone section {
        box-sizing: border-box;
        width: 100%;
        font-size: 3.6vw;
    }
    .fabcphone section p {
        font-size: 4.5vw;
        margin: 2vw 0 0 0;
    }
    .fabcphone div {
        width: 100%;
        box-sizing: border-box;
        padding: 0.5vw;
        height: 10.5vw;
        margin: 2vw 0 4vw 0;
    }
    .fabcphone div input:not([type=button]) {
        outline: none;
        background-color: transparent;
        border: 0;
        box-sizing: border-box;
        padding: 0 0 0 1.5vw;
        font-size: 3.6vw;
        width: 50%;
        border-radius: 0.3vw;
        -webkit-appearance: none;
    }
    .fabcphone div>span {
        font-size: 3.8vw;
    }
    .fabcphone div:nth-child(3) input[type=button],
    .fabcphone div:nth-child(3) input[type=submit] {
        outline: none;
        border: 0;
        box-sizing: border-box;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        font-size: 3.2vw;
        border-radius: 0.3vw;
        width: 32%;
        height: 100%;
        margin: 0 0 0 2vw;
        text-align: center;
    }
    .fabcphone div:last-child {
        padding: 0;
        margin: 0;
        border: 0;
    }
    .fabcphone div:last-child .cancel {
        outline: none;
        box-sizing: border-box;
        border-radius: 1.2vw;
        width: 40%;
        height: 10vw;
        font-size: 3.6vw;
        margin: 0 5% 0 0;
        cursor: pointer;
    }
    .fabcphone div:last-child .confirm {
        outline: none;
        display: block;
        box-sizing: border-box;
        border-radius: 1.2vw;
        width: 40%;
        height: 10vw;
        font-size: 3.6vw;
        cursor: pointer;
    }
    /*新的存股*/
    .handlegu {
        width: 100%;
        box-sizing: border-box;
        border-radius: 0.5vw;
        margin: 4vw 0 0 0;
        padding: 0 2vw 4vw 2vw;
    }
    .handlegu>h2 {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        font-weight: normal;
        padding: 2.4vw 0 3vw 0;
        font-size: 4.2vw;
    }
    .handletop {
        width: 100%;
        box-sizing: border-box;
        padding: 4vw 0 6vw 0;
    }
    .handletop-dat {
        width: 100%;
        box-sizing: border-box;
        font-size: 3.8vw;
    }
    .handletop-dat>p {
        width: 100%;
        margin: 5vw 0 0 0;
    }
    .handletop>a {
        display: block;
        width: 40%;
        height: 10vw;
        line-height: 10vw;
        text-align: center;
        border-radius: 0.5vw;
        margin: 10vw auto 2vw auto;
        font-size: 4.0vw;
    }
    .handlebottom {
        width: 100%;
        box-sizing: border-box;
        padding: 6vw 2vw 8vw 2vw;
    }
    .handlebottom div::after {
        content: "";
        display: none;
        width: 0;
    }
    .handlebottom div p {
        font-size: 3.8vw;
        box-sizing: border-box;
        width: 100%;
    }
    .handlebottom div p span {
        font-size: 4.6vw;
        display: inline-block;
    }
    .handlebottom>p {
        margin: 6vw 0 0 0;
        font-size: 3.8vw;
    }
    .handlebunt {
        width: 40%;
        height: 10vw;
        font-size: 3.8vw;
        border-radius: 0.5vw;
        cursor: pointer;
        outline: none;
        border: 0;
        margin: 6vw 0 0 30%;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
    }
    .handlechecked {
        width: 100%;
        box-sizing: border-box;
        padding: 6vw 0 0 0;
    }
    .handlechecked p {
        font-size: 4.2vw;
        margin: 0 0 4vw 2vw;
    }
    .handlechecked div {
        width: 100%;
        box-sizing: border-box;
    }
    .handlechecked label {
        position: relative;
        cursor: pointer;
        display: block;
        margin: 0 0 2.5vw 0;
        width: 100%;
    }
    .handlechecked label span {
        width: 100%;
        height: 12vw;
        border-radius: 0.8vw;
        box-sizing: border-box;
        padding: 0 0 0 4vw;
    }
    .handlechecked label span img {
        height: 6.5vw;
    }
    .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: 4vw 0 0 0;
        padding: 0 4vw;
    }
    .handleinput>span {
        display: block;
        width: 30%;
        font-size: 3.8vw;
    }
    .handleinput input {
        outline: none;
        background-color: transparent;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        width: 70%;
        height: 10vw;
        box-sizing: border-box;
        border-radius: 0.4vw;
        padding: 0 0 0 4vw;
        font-size: 3.8vw;
    }
    .handleinput+.handlebunt {
        margin: 8vw 0 4vw 30%;
    }
    .handlemassage {
        width: 100%;
        box-sizing: border-box;
        margin: 6vw 0 0 0;
    }
    .handlemassage p {
        font-size: 3.8vw;
        width: 100%;
        line-height: 1.5;
    }
    .handlemassage a {
        display: block;
        width: 40%;
        height: 10vw;
        font-size: 3.8vw;
        line-height: 10vw;
        border-radius: 0.4vw;
        text-align: center;
        margin: 6vw auto 0 auto;
    }
}