@charset "utf-8";

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #000;
    text-decoration: none;
}

img {
    max-width: 100%;
}

body {
    max-width: 750px;
    margin: 0 auto;
}

.banner-login {
    height: 4.26rem;
    background: url(../images/CACAI_02.png) no-repeat top center;
    background-size: cover;
    position: relative;
}

.banner-login .logo {
    width: 2.54rem;
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.front_click ul li {
    position: relative;
    margin: 0 .34rem;
    padding: .12rem 0;
}

.front_click ul li a {
    display: block;
    line-height: .78rem;
    font-size: .3rem;
    color: #bfbfbf;
}

.front_click ul li.active a {
    font-size: .42rem;
    color: #333333;
}

.front_click ul li.active:after {
    display: block;
    content: "";
    width: .12rem;
    height: .12rem;
    background: #31538c;
    position: absolute;
    border-radius: 50%;
    left: 50%;
    bottom: 0;
    z-index: 9;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.login-center {
    padding: 0 .6rem;
}

.login-listy ul li {
    padding: .2rem 0 0;
    border-bottom: 1px solid #d9e2e9;
    display: flex;
    align-items: center;
}

.login-listy ul li .Img {
    width: .6rem;
    height: .9rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-listy ul li input {
    display: block;
    width: calc(100% - .6rem);
    height: .9rem;
    line-height: .9rem;
    padding-left: .16rem;
    font-size: .28rem;
    color: #000;
}

.login-listy ul {
    padding: .2rem 0 .95rem;
}

.login-listy ul li input::-webkit-input-placeholder {
    color: #b6c2ce;
}

/* Firefox < 19 */
.login-listy ul li input:-moz-placeholder {
    color: #b6c2ce;
}

/* Firefox > 19 */
.login-listy ul li input::-moz-placeholder {
    color: #b6c2ce;
}

/* Internet Explorer 10 */
.login-listy ul li input:-ms-input-placeholder {
    color: #b6c2ce;
}

.login-btns button {
    width: 100%;
    display: block;
    color: #fff;
    font-size: .34rem;
    height: .88rem;
    background: #264474;
    border-radius: .5rem;
    margin-bottom: .28rem;
}

.already-login a {
    text-align: center;
    display: block;
    font-size: .28rem;
    color: #666666;
    line-height: .4rem;
}

.hidenlink {
    display: none;
}

.hidenlink.active {
    display: block;
}


.header {
    height: 1rem;
    background: #233e6d;
    position: relative;
}

.header h2.title {
    text-align: center;
    color: #fff;
    font-size: .36rem;
    line-height: 1rem;
}

.back-btns {
    display: block;
    width: .2rem;
    height: .32rem;
    background: url(../images/back-btns.png) no-repeat;
    background-size: 100%;
    position: absolute;
    left: .32rem;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 99;
}

.setting-btns {
    display: block;
    width: .4rem;
    height: .42rem;
    background: url(../images/setting-btns.png) no-repeat;
    background-size: 100%;
    position: absolute;
    right: .32rem;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 99;
}

.product-warps {
    padding: 0 .3rem;
}

.product-forms {
    padding: .26rem 0 0;
}

.product-forms .put {
    position: relative;
    height: .64rem;
    background: #eff1f5;
    border-radius: .3rem;
}

.product-forms .put input {
    display: block;
    text-align: center;
    font-size: .28rem;
    color: #999999;
    line-height: .64rem;
    height: .64rem;
    background: none;
    text-align: center;
    width: 100%;
}

.product-forms .put span {
    display: inline-block;
    width: .26rem;
    height: .26rem;
    background: url(../images/CACAI22_03.png) no-repeat;
    background-size: 100%;
    position: absolute;
    left: 30%;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.product-slicks {
    padding: .25rem .2rem;
    border-bottom: 1px solid #d7d7d7;
}

.product-slicks ul li {
    position: relative;
}

.product-slicks ul li a {
    display: block;
    font-size: .32rem;
    color: #666666;
    line-height: .46rem;
    padding-right: .24rem;
    background: url(../images/C_12.png) no-repeat right center;
    background-size: .13rem;
}

.product-slicks ul li.active a {
    background: url(../images/C_10.png) no-repeat right center;
    background-size: .13rem;
    color: #0c1e3b;
}

.product-slicks ul li:nth-child(2) a {
    background: url(../images/C_15.png) no-repeat right center;
    background-size: .13rem;
}

.product-listy ul li {
    padding: .4rem 0;
    border-bottom: 1px solid #d7d7d7;
}

.product-listy ul li .Img {
    width: 2.6rem;
    height: 1.8rem;
    border-radius: .06rem;
    overflow: hidden;
}

.product-listy ul li .Img img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: .06rem;
    overflow: hidden;
}

.product-listy ul li .pages {
    width: calc(100% - 2.86rem)
}

.product-listy ul li .pages .title h3 {
    font-size: .32rem;
    color: #333333;
    line-height: .56rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-listy ul li .pages .title p {
    font-size: .26rem;
    color: #999999;
    line-height: .56rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-listy ul li .pages .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .2rem 0 0;
}

.product-listy ul li .pages .text p {
    line-height: .48rem;
    color: #3a7be3;
    font-size: .36rem;
}

.product-listy ul li .pages .text a {
    display: block;
    line-height: .48rem;
    width: 1.2rem;
    border-radius: .06rem;
    text-align: center;
    color: #333333;
    font-size: .24rem;
    background: #f5c554;
}

.product-paging {
    padding: .5rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-paging span.prev {
    display: block;
    width: 1rem;
    border: 1px solid #bfbfbf;
    height: .62rem;
    background: #f4f4f4 url(../images/prev.png) no-repeat center;
    background-size: .16rem;
    border-radius: .05rem;
    margin: 0 .1rem;
}

.product-paging a {
    display: block;
    width: .64rem;
    border: 1px solid #bfbfbf;
    line-height: .62rem;
    color: #264474;
    font-size: .36rem;
    text-align: center;
    background: #f4f4f4;
    background-size: .16rem;
    border-radius: .05rem;
    margin: 0 .1rem;
}

.product-paging span.next {
    display: block;
    width: 1rem;
    border: 1px solid #bfbfbf;
    height: .62rem;
    background: #f4f4f4 url(../images/netx.png) no-repeat center;
    background-size: .16rem;
    border-radius: .05rem;
    margin: 0 .1rem;
}

.footer-navlist {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99999;
    height: 1.1rem;
    padding: .16rem 0 0;
    background: #0c1e3b;
    border-radius: .3rem .3rem 0 0;
}

.footer-navlist ul li {
    float: left;
    width: 50%;
    text-align: center;
}

.footer-navlist ul li a {
    display: block;
    font-size: .24rem;
    color: #dbe9ff;
    line-height: .5rem;
    padding-top: .44rem;
}

.footer-navlist ul li.icon-1 a {
    background: url(../images/navlist-1.png) no-repeat top center;
    background-size: .43rem;
}

.footer-navlist ul li.icon-2 a {
    background: url(../images/navlist-2.png) no-repeat top center;
    background-size: .37rem;
}

.footer-navlist ul li.icon-1.active a {
    background: url(../images/navlist-ac-1.png) no-repeat top center;
    background-size: .43rem;
    color: #f5c554;
}

.footer-navlist ul li.icon-2.active a {
    background: url(../images/navlist-ac-2.png) no-repeat top center;
    background-size: .37rem;
    color: #f5c554;
}

.padbtm-110 {
    padding-bottom: 1.1rem;
}


.Details-banner {
    height: 4rem;
    background: #d8e6ff;
}

.Details-slide {
    padding: .22rem;
    border-bottom: .28rem solid #f4f4f4;
    min-height: 5rem;
}

.Details-title h3 {
    font-size: .4rem;
    color: #333333;
    line-height: .7rem;
    max-width: 90%;
    /* white-space:nowrap;*/
    /*overflow:hidden;*/
    /*text-overflow:ellipsis;*/
}

.Details-title p {
    font-size: .48rem;
    color: #3a7be3;
    line-height: .7rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.Details-list-1 ul {
    padding: .45rem 0 .35rem;
}

.Details-list-1 ul li {
    float: left;
    min-width: 1.44rem;
    border-radius: .3rem;
    text-align: center;
    background: #eff1f5;
    margin-right: .25rem;
}

.Details-list-1 ul li a {
    font-size: .28rem;
    display: block;
    line-height: .64rem;
    color: #666666;
}

.Details-list-2 ul li {
    padding: .15rem 0;
}

.Details-list-2 ul li p {
    font-size: .28rem;
    color: #9fb2c7;
    line-height: .36rem;
    padding-left: .48rem;
}

.Details-list-2 ul li p.icon-1 {
    background: url(../images/C_33.png) no-repeat left center;
    background-size: .34rem;
}

.Details-list-2 ul li p.icon-2 {
    background: url(../images/C_37.png) no-repeat left center;
    background-size: .34rem;
}

.Details-list-2 ul li p.icon-3 {
    background: url(../images/C_39.png) no-repeat left center;
    background-size: .34rem;
}

.Details-list-2 ul li p.icon-4 {
    background: url(../images/CACAI_38.png) no-repeat left center;
    background-size: .34rem;
}

.Details-list-2 ul li p.icon-5 {
    background: url(../images/currency.png) no-repeat left center;
    background-size: .34rem;
}

.Details-list-2 ul li p span {
    display: inline-block;
    color: #333333;
}

.Details-malst h3 {
    font-size: .32rem;
    color: #333333;
    line-height: .5rem;
}

.footer-navlist.none {
    border-radius: 0;
    padding: 0;
}

.place-btns a {
    display: block;
    text-align: center;
    line-height: 1.1rem;
    font-size: .4rem;
    color: #f5c554;
}

.product-listy.none ul li {
    border: none;
}

.obligation-text h3 {
    font-size: .36rem;
    color: #f0622a;
    line-height: .6rem;
    padding: .3rem 0 0;
}

.product-listy ul li .size span {
    display: block;
    width: 50%;
    font-size: .28rem;
    color: #333333;
    line-height: .4rem;
}

.product-listy ul li .size span:last-child {
    font-size: .3rem;
    color: #666666;
}

.buyer-title {
    padding: .2rem .38rem 0;
    background: #f4f4f4;
}

.buyer-title h3 {
    font-size: .32rem;
    color: #333333;
    line-height: .8rem;
}

.buyer-listybar ul {
    padding: 0 .32rem;
}

.buyer-listybar ul li {
    position: relative;
}

.buyer-listybar ul li + li {
    border-top: 1px solid #d7d7d7;
}

.buyer-textlist {
    height: 1rem;
}

.buyer-textlist .tabels {
    font-size: .28rem;
    color: #333333;
    line-height: .4rem;
}

.buyer-textlist .masge {
    font-size: .28rem;
    color: #333333;
    line-height: .4rem;
    max-width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.buyer-textlist .parcel {
    padding-right: .36rem;
    position: relative;
    font-size: .28rem;
    color: #333333;
    line-height: .4rem;
    background: url(../images/xiala-1.png) no-repeat right center;
    background-size: .13rem;
    max-width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.parcel-number .gw_num {
    border: 1px solid #9fb2c7;
    border-radius: .1rem;
    overflow: hidden;
    height: .6rem;
}

.parcel-number .gw_num .reduce {
    width: .9rem;
    line-height: .58rem;
    font-size: .4rem;
    color: #fff;
    background: #9fb2c7;
    text-align: center;
}

.parcel-number .gw_num .plus {
    width: .9rem;
    line-height: .58rem;
    font-size: .4rem;
    color: #fff;
    background: #9fb2c7;
    text-align: center;
}

.parcel-number .gw_num input {
    width: 1.06rem;
    line-height: .58rem;
    font-size: .28rem;
    color: #999999;
    background: #fff;
    text-align: center;
}

.buyer-textlist .put {
    padding-right: .36rem;
    position: relative;
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.buyer-textlist .put input {
    display: block;
    width: 100%;
    text-align: right;
    font-size: .28rem;
    color: #999999;
    line-height: .4rem;
}

.buyer-areat textarea {
    display: block;
    width: 100%;
    resize: none;
    font-size: .28rem;
    border: none;
    line-height: .4rem;
    padding: .3rem 0;
    height: 2.4rem;
}

.footer-total {
    padding: 0 .38rem;
    height: 1.1rem;
}

.footer-total .place-btns a {
    width: 3rem;
    line-height: .88rem;
    background: #233e6d;
    border-radius: .5rem;
}

.total-manoys p {
    font-size: .24rem;
    color: #333333;
    line-height: .4rem;
}

.total-manoys h3 {
    font-size: .40rem;
    color: #ff4d1d;
    line-height: .5rem;
}

.personally-ban {
    padding: .3rem;
    height: 4.1rem;
    background: #233e6d;
}

.personally-Img .Img {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    overflow: hidden;
    margin: .2rem auto;
}

.personally-Img h3 {
    font-size: .32rem;
    color: #ffffff;
    line-height: .5rem;
    text-align: center;
}

.personally-listy {
    padding: .5rem 0 0;
}

.personally-listy ul li {
    float: left;
    width: 33.33%;
    text-align: center;
    position: relative;
}

.personally-listy ul li h3 {
    font-size: .32rem;
    color: #ffffff;
    line-height: .42rem;
}

.personally-listy ul li p {
    font-size: .24rem;
    color: #999999;
    line-height: .42rem;
}

.personally-listy ul li + li:after {
    display: block;
    content: "";
    width: 1px;
    height: .24rem;
    background: #999999;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 99;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.personally_click ul li {
    float: left;
    width: 16%;
    text-align: center;
    position: relative;
    padding: .2rem 0 0;
}

.personally_click ul li a {
    display: block;
    font-size: .22rem;
    color: #333333;
    line-height: .76rem;
}

.personally_click ul li.active a {
    color: #233e6d;
}

.personally_click ul li.active:after {
    display: block;
    content: "";
    width: .82rem;
    height: .04rem;
    background: #9fb2c7;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 99;
}

.center .product-listy ul li {
    border-top: .2rem solid #f4f4f4;
    padding: 0 .3rem;
}

.order-slidex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .2rem 0;
}

.order-slidex p {
    max-width: 50%;
    font-size: .28rem;
    color: #9fb2c7;
    line-height: .5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.address-walset {
    padding: .3rem 0;
    margin-top: .4rem;
    border-top: 1px solid #d7d7d7;
}

.address-walset .address p {
    font-size: .28rem;
    color: #333333;
    line-height: .4rem;
}

.address-btns {
    padding: .3rem 0 0;
    display: flex;
    justify-content: flex-end;
}

.address-btns a {
    border: .02rem solid #9fb2c7;
    border-radius: .1rem;
    text-align: center;
    margin-left: .2rem;
    line-height: .52rem;
    width: 1.7rem;
    color: #333333;
    font-size: .28rem;
}

.address-btns a.last {
    background: #233e6d;
    border-color: #233e6d;
    color: #fff;
}

.setting-item {
    list-style: none;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
}

.setting-item li {
    padding: .3rem 0;
    background: #ffffff;
    margin-top: 1px;
}

.setting-item .margin-10 {
    margin-top: 10px;
}

.setting-item li .setting-item-left {
    text-indent: 15px;
    width: 25%;
    float: left;
}

.setting-item li .setting-item-right {
    float: right;
    color: #b1b1b1;
    margin-right: .2rem;
    padding-right: .4rem;
}

.setting-item li .next {
    background: url("../images/next.png") no-repeat right;
}

.setting-item .logout {
    width: 100%;
    height: 100%;
    display: inline-block;
    font-weight: 600;
}
