@charset "UTF-8";
* {
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "\5fae\8f6f\96c5\9ed1", Arial, sans-serif;
}


* {
    font-size: 14px;
}

.box {
    margin:0 auto;
    min-width: 340px;
    max-width: 500px;
    min-height: 100vh;

    -moz-box-shadow:5px 5px 10px #ADADAD; -webkit-box-shadow:5px 5px 10px #ADADAD; box-shadow:5px 5px 10px #ADADAD;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
}


html {
    font-size: 14px !important;
    height: 100%;
}

a:focus,
a:active {
    outline: none;
}

a,
a:focus,
a:hover {
    cursor: pointer;
    color: inherit;
    text-decoration: none;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}


.nodata {
    padding:8px;
    color:#999;
}




.fs-12 {
    font-size:12px;
}
.fs-13 {
    font-size:13px;
}
.fs-14 {
    font-size:14px;
}
.fs-15 {
    font-size:15px;
}
.fs-16 {
    font-size:16px;
}
.fs-17 {
    font-size:17px;
}
.fs-18 {
    font-size:18px;
}
.fs-19 {
    font-size:19px;
}
.fs-20 {
    font-size:20px;
}
.fs-21 {
    font-size:21px;
}
.fs-22 {
    font-size:22px;
}
.fs-23 {
    font-size:23px;
}
.fs-24 {
    font-size:24px;
}
.fs-25 {
    font-size:25px;
}
.fs-26 {
    font-size:26px;
}
.fs-27 {
    font-size:27px;
}
.fs-28 {
    font-size:28px;
}
.fs-29 {
    font-size:29px;
}
.fs-30 {
    font-size:30px;
}


.height-50 {
    height:50px;
}
.width-50 {
    width:50px;
}


.rounded-100 {
    border-radius: 100%;
}



.tips {
    line-height: 25px;
    color:#999;
    font-size:12px;
}


/** bootstrap **/
table {
    margin-bottom:0 !important;
}


.tip-box {
    background-color:#f0f9eb;
    color:#67c23a;
}

.cursor_pointer {
    cursor: pointer !important;
}

.address-botx {
    background-color: #ecf5ff;
}

.bt-cp {
    margin-top:15px;
    padding:7px 0;
    background-color: #409eff !important;
    border-radius: 20px;
}



.tab-box .tab-item {
    padding:8px 0;
    cursor: pointer;
}
.tab-box .tab-item.now {
    background-color: #409eff;
    color:#fff;
}
.bs-select-box .item{
    cursor: pointer;
    padding:7px 0 7px 0px;
    width: 30%;
}

.bs-select-box .now{
    border-color:#409eff !important;
}





































