input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

.button {
    border-radius: 0;
}

.banner {
    width: 100%;
    height: 400px;
}

.banner img {
    width: 640px;
    height: 400px;
}

.more {
    text-align: center;
    font-size: 1.4rem;
    line-height: 50px;
}

.app {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

.app .app-info {
    width: 600px;
    height: auto;
    padding: 20px 20px 50px 20px;
    font-size: 16pt;
    line-height: 2em;
    color: #626161;
}

.app h1.app-title {
    width: 570px;
    height: 65px;
    background: #fff;
    line-height: 65px;
    font-size: 19pt;
    color: #333333;
    margin: 0 auto;
    border-bottom: 1px solid #e5e5e5;
}

.app h1.app-title label {
    font-size: 14pt;
    color: #626161;
}

.app h1.app-title02 {
    width: 100%;
    height: 65px;
    background: #eee;
    line-height: 65px;
    font-size: 18pt;
    color: #626161;
    text-align: center;
    padding-top: 15px;
    margin-bottom: 72px;
}

.app h1.app-title02 i {
    color: #277dc5;
}

.app .app-con {
    width: 600px;
    height: auto;
    padding: 30px 20px 20px 20px;
    background: #eeeeee;
}

.app .app-con ul {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
}

.app .app-con ul.con-right li span {
    display: inline-block;
    width: 445px;
    text-align: right;
    height: 85px;
    line-height: 85px;
}

.app .app-con ul.con-right li input {
    text-align: left;
    width: 445px;
}

.app .app-con ul.con-right li:last-child input {
    width: 420px;
}

.app .app-con li {
    width: 570px;
    height: 85px;
    line-height: 85px;
    background: #fff;
    font-size: 18pt;
    color: #626161;
    padding: 0 15px;
}

.app .app-con li a {
    width: 100%;
    height: 84px;
    display: inline-block;
    font-size: 22pt;
    line-height: 85px;
    color: #333333;
    border-bottom: 1px solid #e5e5e5;
}

.app .app-con li select {
    width: 420px;
    height: 83px;
    float: left;
    display: inline-block;
    font-size: 19pt;
    line-height: 83px;
    color: #626161;
    border: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent;
}

.app .app-con li select.sel {
    width: 200px;
}

.app .app-con li label {
    width: 130px;
    height: 85px;
    display: inline-block;
    float: left;
    font-size: 19pt;
    line-height: 85px;
    color: #333333;
}

.app .app-con li b {
    width: auto;
    height: 50px;
    margin-top: 10px;
    display: inline-block;
    float: left;
    font-size: 18pt;
    line-height: 50px;
    color: #626161;
    font-weight: normal;
    margin-right: 20px;
    padding-left: 45px;
}

.app .app-con li b.chk1 {
    background: url(/images/chk2.png) no-repeat left center;
}

.app .app-con li b.chk2 {
    background: url(/images/chk1.png) no-repeat left center;
}

.app .app-con li i {
    width: 15px;
    height: 85px;
    display: inline-block;
    font-size: 22pt;
    text-align: center;
    line-height: 85px;
    float: right;
}

.app .app-con li input {
    width: 420px;
    height: 38px;
    border: none;
    padding: 15px 0;
    font-size: 19pt;
    color: #626161;
    line-height: 40px;
}

.app .app-con .claim {
    width: 100%;
    height: auto;
    min-height: 35px;
    margin-top: 15px;
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
}

.app .app-con .top {
    margin: 0;
    padding: 0;
    border: none;
}

.app .app-con .claim label {
    width: 125px;
    height: 35px;
    display: inline-block;
    float: left;
    font-size: 18pt;
    line-height: 35px;
    color: #626161;
}

.app .app-con .claim p {
    width: 470px;
    height: auto;
    display: inline-block;
    float: right;
    font-size: 18pt;
    line-height: 35px;
    color: #626161;
}

.app .app-ask {
    width: 600px;
    height: auto;
}

.app .app-ask li {
    width: 570px;
    height: 85px;
    line-height: 85px;
    background: #fff;
    font-size: 18pt;
    color: #626161;
    padding: 0 15px;
}

.app .app-ask li select {
    width: 530px;
    height: 83px;
    float: left;
    display: inline-block;
    font-size: 20pt;
    line-height: 83px;
    color: #626161;
    border: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent;
}

.app .app-content {
    width: 570px;
    height: auto;
    padding: 0px 15px 10px;
    background-color: #fff;
}

.app .app-content .app-content-content {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
    background-color: #fff;
}

.app .app-content textarea {
    width: 540px;
    height: 175px;
    font-size: 18pt;
    color: #626161;
    line-height: 1.5em;
    border: none;
    display: block;
    padding: 10px 15px;
}

.app .app-content textarea.error {
    width: 96%;
    height: 90px;
    font-size: 20pt;
    color: #626161;
    line-height: 1.5em;
    display: block;
    padding: 10px 2% 10px;
    border: 1px solid #e5e5e5;
}

.app .input-content {
    width: 600px;
    margin: 0 auto;
    height: auto;
    background-color: #fff;
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
}

/*.app .input-content:nth-child(4){*/
/*margin-bottom: 0px;*/
/*}*/
.post-app {
    background-color: #eee;
    padding-top: 20px;
}

.app .app-send {
    width: 600px;
    height: auto;
    background: #fff;
    padding: 15px 20px;
    box-sizing: border-box;
}

.app-body {
    background-color: #eee;
}

.app .app-send h1 {
    height: 77px;
    line-height: 77px;
    font-size: 21pt;
    color: #626161;
    background: #fff;
    margin-left: 0px;
    padding-left: 0px;
}

.app-but {
    width: 142px;
    height: 142px;
    display: inline-block;
    background: url(../images/a2.jpg);
    margin-left: 10px;
}

.app .app-send span {
    color: #626161;
    font-size: 13pt;
}

.app .app-inp {
    width: 600px;
    height: auto;
    background: #fff;
    padding: 15px 20px;
    box-sizing: border-box;
}

.app .app-inp h1 {
    height: 77px;
    line-height: 77px;
    font-size: 21pt;
    color: #626161;
    background: #fff;
    margin-left: 0px;
    padding-left: 0px;
}

.app .app-buton {
    width: 640px;
    height: auto;
    padding: 0px !important;
    background: #eeeeee;
    position: fixed;
    bottom: 0;
}

.app .app-buton a {
    width: 100%;
    height: 72px;
    display: inline-block;
    border: none;
    background: #ed1437;
    font-size: 24pt;
    color: #fff;
    text-align: center;
    line-height: 72px;
}

::-webkit-input-placeholder {
    color: #626161;
}

:-moz-placeholder {
    color: #626161;
}

::-moz-placeholder {
    color: #626161;
}

:-ms-input-placeholder {
    color: #626161;
}

.de-con {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 75px;
}

.de-con .de-ctitle {
    width: 600px;
    height: auto;
    margin: 0 auto;
    padding: 0 20px;
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0eeee;
}

.de-con .de-ctitle .de-ct-left {
    float: left;
    width: 490px;
    height: auto;
}

.de-con .de-ctitle .de-ct-left h1 {
    width: 100%;
    height: auto;
    font-size: 20pt;
    color: #222;
    line-height: 1.5em;
    margin-bottom: 5px;
}

.de-con .de-ctitle .de-ct-left .de-ct-lfont {
    width: 100%;
    height: 35px;
    font-size: 18pt;
    color: #d8271c;
}

.de-con .de-ctitle .de-ct-left .de-ct-lfont p {
    width: auto;
    height: 35px;
    display: inline-block;
    float: left;
    text-align: left;
    line-height: 35px;
}

/*.de-con .de-ctitle .de-ct-left i {
  width:17px;
  height:17px;
  display:inline-block;
  background:url(/images/3.png) no-repeat;
  margin-left:3px;
  margin-top:9px;
}*/

.de-con .de-ctitle .de-ct-left i {
    width: 17px;
    height: 17px;
    display: inline-block;
    margin-right: 3px;
    margin-top: 9px;
}

.de-con .de-ctitle .de-ct-left i.stars01 {
    background: url(/images/3.png) no-repeat center center;
}

.de-con .de-ctitle .de-ct-left i.stars02 {
    background: url(/images/star_1.png) no-repeat center center;
}

.de-con .de-ctitle .de-ct-left span {
    width: auto;
    height: 35px;
    display: inline-block;
    font-size: 18pt;
    color: #666666;
    float: right;
    line-height: 35px;
}

.de-con .de-ctitle .de-ct-right {
    width: 100px;
    height: 100px;
    display: inline-block;
    float: right;
    position: relative;
    border-left: 1px solid #eeeded;
    text-align: center;
    line-height: 80px;
}

.de-con .de-ctitle .de-ct-right a {
    width: 80px;
    height: 80px;
    display: inline-block;
    background: url(/images/tel.png) no-repeat center center;
}

.de-con .de-ctitle .de-ct-right a.me {
    width: 80px;
    height: 80px;
    display: inline-block;
    text-align: center;
    color: #d8271c;
    line-height: normal;
    background: none;
}

.de-con .de-ctitle .de-ct-right i {
    font-size: 38pt;
    position: relative;
    top: 10px;
    left: 10px;
}

.de-con .de-ctitle .de-ct-right a span {
    width: 100px;
    display: inline-block;
    font-size: 18pt;
    margin-top: 15px;
    font-weight: bold;
}

.de-con .de-add {
    width: 600px;
    height: auto;
    padding: 20px;
    border-bottom: 1px solid #f0eeee;
}

.de-con .de-add .daohang {
    float: right;
    padding: 0 10px;
    border: 1px solid #00a0e9;
    border-radius: 30px;
    color: #00a0e9;
    height: 40px;
    line-height: 40px;
}

.de-con .de-add .daohang b {
    font-size: 18pt;
}

.de-con .de-add .add-p {
    padding-left: 20px;
}

.de-con .de-add a {
    width: 100%;
    height: auto;
    min-height: 35px;
    display: inline-block;
    color: #222222;
    font-size: 18pt;
    line-height: 35px;
}

.de-con .de-add i {
    font-size: 20pt;
    color: #9c9c9c;
    float: left;
}

.de-con .de-tel {
    width: 600px;
    height: auto;
    padding: 20px;
}

.de-con .de-tel a {
    width: 100%;
    height: auto;
    min-height: 35px;
    display: inline-block;
    color: #222222;
    font-size: 18pt;
    line-height: 35px;
}

.de-con .de-tel i {
    font-size: 20pt;
    color: #9c9c9c;
    float: left;
}

.de-con .de-rl {
    width: 600px;
    height: 35px;
    padding: 20px;
    text-align: right;
}

.de-con .de-rl a {
    width: auto;
    height: 35px;
    min-height: 35px;
    display: inline-block;
    color: #222222;
    font-size: 18pt;
    line-height: 35px;
    margin-left: 15px;
}

.de-con .fenge {
    width: 100%;
    height: 18px;
    background: #f7f7f7;
    border-bottom: 1px solid #f0eeee;
    border-top: 1px solid #f0eeee;
}

.de-con .de-jjie {
    width: 600px;
    height: auto;
    padding: 0 20px;
    margin: auto;
    padding-top: 10px;
}

.de-con .de-jjie h1.de-tit {
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 20pt;
    color: #222222;
    border-bottom: 1px solid #f0eeee;
}

.de-con .de-jjie .de-cont {
    width: 100%;
    height: auto;
    padding: 10px 0;
}

.de-con .de-jjie .de-cont .con-empty {
    width: 100%;
    height: auto;
    padding: 10px 0;
    text-align: center;
    line-height: 1.5em;
    font-size: 18pt;
    color: #666;
}

.de-con .de-dpn {
    width: 600px;
    height: auto;
    margin: auto;
    padding: 20px;
}

.de-con .de-dpn .Unptitle {
    color: #aaa;
    font-size: 14pt;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 24px;
    margin-top: 10px;
    background-image: url(/images/icon.png);
    background-size: 17px 17px;
    background-position: left center;
    background-repeat: no-repeat;
}

.de-con .de-dpn .more {
    width: 100%;
    height: 50px;
    margin: 35px 0;
    text-align: center;
}

.de-con .de-dpn .more a {
    width: auto;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    padding: 0 35px;
    font-size: 18pt;
    color: #3f3f3f;
    border: 1px solid #ddd;
    margin: 0 15px;
}

.de-con .de-dpn h1 {
    width: 100%;
    height: 50px;
    font-size: 20pt;
    color: #222222;
    line-height: 50px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0eeee;
}

.de-con .de-dpn h1 a {
    color: #222222;
    float: right;
}

.de-con .pingjia-geli {
    width: 100%;
    background-color: #eee;
    height: 15px;
}

.de-con .de-dpn h1 a.pingjia {
    width: auto;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #999;
    text-align: center;
    padding: 0 10px;
    font-size: 18pt;
    line-height: 38px;
    color: #999;
}

.de-con .de-dpn h1 a.pingjia i {
    font-size: 20pt;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.de-con .de-dpn ul {
    width: 600px;
    height: auto;
    margin: auto;
    min-height: 110px;
}

.de-con .de-dpn ul li {
    width: 100%;
    height: auto;
    padding: 13px 0px;
    overflow: hidden;
    border-bottom: 1px solid #f0eeee;
}

.de-con .de-dpn ul li.eval-empty {
    width: 100%;
    height: auto;
    padding: 13px 0px;
    overflow: hidden;
    font-size: 18pt;
    color: #666;
    text-align: center;
    line-height: 1.5em;
    border: none;
}

.de-con .de-dpn .de-dpn-left {
    width: 45px;
    height: 45px;
    float: left;
    margin-left: 20px;
}

.de-con .de-dpn .de-dpn-left img {
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 50px;
    border: 1px solid #e5e5e5;
}

.de-con .de-dpn .de-dpn-right {
    width: 510px;
    height: auto;
    float: left;
    margin-left: 25px;
}

.de-con .de-dpn .de-dpn-right .h2 {
    height: 35px;
    color: #222222;
    font-size: 18pt;
    text-align: left;
    line-height: 35px;
    margin-bottom: 5px;
    float: left;
}

.de-time {
    font-size: 16pt;
    color: #aaa;
    line-height: 35px;
    padding-left: 14px;
}

.de-con .de-dpn .de-dpn-right .de-ct-lfont {
    width: 100%;
    height: 35px;
    font-size: 18pt;
    color: #d8271c;
    text-align: left;
    line-height: 35px;
    overflow: hidden;
}

.de-con .de-dpn .de-dpn-right .de-ct-lfont i {
    width: 17px;
    height: 17px;
    display: inline-block;
    background: url(/images/3.png) no-repeat;
    margin-left: 3px;
    margin-top: 9px;
}

.de-con .de-dpn ul li .de-dpn-right p {
    width: 100%;
    height: auto;
    font-size: 18pt;
    color: #666666;
    line-height: 1.5em;
    margin-top: 5px;
    word-break: break-all;
}

.de-con .de-dpn ul li a {
    font-size: 18pt;
    color: #222222;
}

.de-con .de-dpn ul li s {
    float: right;
    margin-right: 20px;
    font-size: 18pt;
    color: #222222;
}

.de-con .de-dpn .more_detail {
    width: 100%;
    height: 35px;
    padding-top: 10px;
}

.de-con .de-dpn .more_detail a {
    width: 100%;
    height: 35px;
    display: inline-block;
    color: #222222;
    font-size: 18pt;
    line-height: 35px;
}

.de-con .de-dpn .more_detail s {
    width: 15px;
    height: 35px;
    display: inline-block;
    float: right;
    font-size: 28pt;
}

.de-con .mall-con {
    background: #fff;
    width: 600px;
    height: auto;
    padding: 20px;
    margin: auto;
}

.de-con .mall-con h1 {
    width: 100%;
    height: 50px;
    padding: 0;
    margin: 0;
    font-size: 20pt;
    color: #222222;
    line-height: 50px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0eeee;
}

.de-con .mall-con .mc-ul {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: -1px;
}

.de-con .mall-con .mc-ul li {
    width: 100%;
    height: auto;
    padding: 15px 0;
    background: #fff;
    overflow: hidden;
    margin: 0;
    border-top: 1px solid #f0eeee;
}

.de-con .mall-con .mc-ul li .mau-left {
    width: 190px;
    height: auto;
    float: left;
    margin-left: 0;
    padding-top: 5px;
}

.de-con .mall-con .mc-ul li .mau-left a {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.de-con .mall-con .mc-ul li .mau-right {
    width: 390px;
    height: auto;
    float: right;
    margin-right: 0;
}

.de-con .mall-con .mc-ul li .mau-right a {
    width: 100%;
    height: auto;
    line-height: 1.5em;
    font-size: 20pt;
    color: #222222;
    text-align: left;
}

.de-con .mall-con .mc-ul li .mau-right a p {
    display: inline-block;
    border-radius: 5px;
    padding: 1px 4px;
    font-size: 12pt;
    color: #fff;
    margin-left: 10px;
    line-height: initial;
    vertical-align: middle;
}

.de-con .mall-con .mc-ul li .mau-right .stars {
    width: 100%;
    height: 25px;
    font-size: 14pt;
    color: #fe8209;
    margin-top: 5px;
    line-height: 25px;
}

.de-con .mall-con .mc-ul li .mau-right .stars i {
    width: 17px;
    height: 17px;
    display: inline-block;
    margin-right: 5px;
    margin-top: 4px;
}

.de-con .mall-con .mc-ul li .mau-right .stars i.stars01 {
    background: url(/images/3.png) no-repeat center center;
}

.de-con .mall-con .mc-ul li .mau-right .stars i.stars02 {
    background: url(/images/star_1.png) no-repeat center center;
}

.de-con .mall-con .mc-ul li .mau-right .mau-add {
    width: 100%;
    height: auto;
    margin-top: 10px;
}

.de-con .mall-con .mc-ul li .mau-right .mau-add p {
    width: 100%;
    height: auto;
    font-size: 14pt;
    color: #666666;
    text-align: left;
    line-height: 1.5em;
}

.de-con .mall-con .mc-ul li .mau-right .mau-add label {
    width: auto;
    height: 27px;
    display: inline-block;
    font-size: 14pt;
    color: #666666;
    line-height: 27px;
    background: url(/images/l5.png) no-repeat left center;
    padding-left: 20px;
    margin-left: 10px;
}

.de-con .dp,
.de-con .dpp {
    width: 640px;
    height: auto;
    text-align: center;
    background: #f7f7f7;
    padding: 20px 0;
    position: fixed;
    bottom: 0;
    display: flex;
    flex-wrap: nowrap;
}

.de-con .dp a {
    width: auto;
    height: 35px;
    display: inline-block;
    /*background: url(/images/dp.png) no-repeat left center;*/
    font-size: 20pt;
    color: #222;
    line-height: 35px;
}

.de-con .dpp a {
    width: 317px;
    height: 35px;
    display: flex;
    font-size: 20pt;
    color: #222;
    line-height: 35px;
    border-right: 2px solid #cbcccb;
    justify-content: center;
    flex: 1;
}

.de-con .dpp a i,
.de-con .dp a i {
    font-size: 22pt;
    margin-right: 5px;
}

.de-con .dpp a:nth-last-child(1) {
    border: none;
}

.de-con .dpp a i,
.de-con .dp a i {
    font-size: 22pt;
    margin-right: 5px;
}

/*Ratuo CSS*/
/*-----------�̼�����---------------*/
.DZ {
    border-top: 1px solid #f0eeee;
    height: 100px;
}

.DZ_L {
    margin-top: 16px;
    float: left;
}

.DZ_img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
}

.DZ_img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.DZ_L2 {
    padding-left: 25px;
    float: left;
}

.DZ_Name {
    font-size: 17pt;
    color: #222;
}

.DZ_Btn {
    width: 77px;
    height: 31px;
    background: #ed1437;
    border-radius: 5px;
    font-size: 15pt;
    color: #fff;
    text-align: center;
    line-height: 31px;
    margin-top: 5px;
}

.DZ_R {
    padding-top: 40px;
    float: right;
}

.DZ_R p {
    float: right;
    font-size: 18pt;
    color: #222;
    /* padding-right: 24px; */
}

.DZ_R .wkit i {
    font-size: 20pt;
    color: #9c9c9c;
}

.business {
    overflow: hidden;
}

.business_box {
    width: 100%;
    height: 75px;
}

.business_kind {
    overflow: hidden;
    height: 74px;
    line-height: 74px;
    border-bottom: 1px solid #f0eeee;
    width: 640px;
    position: relative;
}

.bus_kind_ul {
    float: left;
}

.bus_kind_ul li {
    color: #222;
    float: left;
    font-size: 20pt;
    padding: 0 20px;
    height: 74px;
    line-height: 74px;
    text-align: center;
}

.bus_kind_ul li a {
    color: #222;
    display: block;
    width: 100%;
    height: 68px;
}

.bus_kind_ul li a:hover,
.bus_kind_ul li a.current {
    border-bottom: solid 6px #ed1437;
    font-weight: bold;
}

.shop_icon {
    background-image: url('/images/shoppingcart.png');
    background-size: 57px 57px;
    background-repeat: no-repeat;
    width: 85px;
    height: 74px;
    float: right;
    background-position: center center;
}

.shop_icon a {
    display: inline-block;
    width: 85px;
    height: 74px;
}

.type .type_box {
    height: 100%;
    display: none;
}

.type .type_box a.pingjia {
    float: right;
    margin: 10px;
    width: 20%;
    height: 40px;
    line-height: 40px;
    font-size: 20pt;
    color: #222;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 26px;
}

.type .type_box i.icon-message {
    font-size: 24px;
}

.prokind_box_L {
    /* height: 827px; */
    width: 25%;
    float: left;
    background: #eeeeee;
    -webkit-overflow-scrolling: touch;
}

.prokind_ul_L {
    overflow: hidden;
    display: table;
    width: 100%;
}

.prokind_ul_L li {
    height: 75px;
    width: 100%;
    font-size: 18pt;
    text-align: center;
    display: table;
}

.prokind_ul_L li a {
    color: #222;
    display: block;
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.prokind_ul_L li:hover a,
.prokind_ul_L li.current a {
    background: #fff;
    color: #ed1437;
}

.prokind_box_L_R {
    width: 72%;
    padding-left: 2%;
    float: left;
}

.prokind_box_fixed {
    overflow: scroll;
    overflow-x: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.pro_box_ul {
    height: 100%;
    overflow: hidden;
    width: 100%;
    display: none;
}

.prokind_ul_R {
    padding-bottom: 36px;
    overflow: hidden;
}

.prokind_ul_R li {
    width: 208px;
    overflow: hidden;
    float: left;
    margin-top: 40px;
    overflow: hidden;
}

.prokind_ul_R li:nth-of-type(2n) {
    margin-left: 25px;
}

.prokind_pro_img {
    height: 208px;
    width: 208px;
}

.prokind_pro_img a {
    display: inline-block;
}

.prokind_pro_img a span {
    width: 208px;
    height: 208px;
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.prokind_pro_name {
    font-size: 18pt;
    color: #222;
    height: 70px;
    line-height: 24pt;
    overflow: hidden;
}

.prokind_pro_name a {
    color: #222;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.prokind_pro_subtitle {
    color: #ed1437;
    font-size: 16pt;
    overflow: hidden;
    line-height: 18pt;
    height: 54px;
}

.prokind_pro_subtitle a {
    color: #ed1437;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.prokind_p p {
    color: #ed1437;
}

.pro_price {
    font-size: 20pt;
    color: #ed1437;
    font-weight: bold;
}

.pro_mark_price {
    font-size: 14pt;
    color: #999;
    text-decoration: line-through;
    padding-left: 5px;
}

.pro_p_L {
    float: left;
}

.pro_p_L a {
    color: #ed1437;
}

.pro_more {
    background: url('/images/pro_more.png') right no-repeat;
    width: 30px;
    height: 30px;
    float: right;
    background-size: 30px 30px;
}

.pro_more a {
    display: block;
    width: 100%;
    height: 100%;
}

.pro_box {
    display: none;
}

.readTT {
    border-radius: 12px;
    background: #ed1437;
    text-align: center;
    font-size: 12pt;
    color: #fff;
    top: 5px;
    right: 5px;
    position: absolute;
    padding-left: 2px;
    padding-right: 2px;
    min-width: 21px;
    height: 25px;
    line-height: 25px;
}

/*-----------------��Ʒ����------------------------*/
/*��Ʒ����*/
.pro_banner {
    width: 100%;
    height: auto;
    /*padding: 0 2%;*/
}

.pro_banner img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.n_box {
    width: 96%;
    margin: 0 auto;
}

.proD_Title {
    font-size: 24pt;
    color: #222;
    font-weight: bold;
    padding-top: 20px;
    padding: 20px 2% 0 2%;
}

.proD_SubTitle {
    font-size: 18pt;
    color: #ed1437;
    padding-top: 5px;
    padding: 5px 2% 0 2%;
}

.pro_C {
    overflow: hidden;
    line-height: 49px;
    padding-bottom: 22px;
    padding: 0 2% 22px 2%;
    border-bottom: 10px solid #eee;
}

.choose-goods {
    height: 60px;
    font-size: 20pt;
    line-height: 60px;
    border-bottom: 10px solid #eee;
    padding: 0 2%;
}

.choose-goods i {
    float: right;
    font-size: 26pt;
}

.choose-spec {
    width: 640px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 9999998;
    margin: 0 auto;
    display: none;
}

.choose-spec .spec-content {
    background-color: #fff;
    height: 60%;
    width: 640px;
    position: absolute;
    bottom: -52%;
    left: 0px;
}


.content-head {
    position: relative;
    height: 135px;
}

.content-head .head-img {
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
    position: absolute;
    top: -20px;
    left: 20px;
}

.content-head .head-img span {
    display: inline-block;
    width: 120px;
    height: 120px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.content-head dl {
    margin-left: 160px;
    padding-top: 20px;
    font-size: 22pt;
}

.content-head dl dt {
    color: #ed1437;
}

.content-head dl dd {
    color: #333;
    font-size: 16pt;
}

.content-head .spec-close {
    position: absolute;
    right: 30px;
    top: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.choose-content {
    padding: 20px;
    margin-top: 20px;
    height: 55%;
    overflow-y: scroll;
}

.choose-content .choose-head {
    height: 40px;
    font-size: 20pt;
    line-height: 40px;
}

.choose-content .spec-size {
    margin-top: 20px;
    font-size: 16pt;
}

@media screen and (min-device-width:768px) {
    .choose-content {
        height: 45%;
    }
}


.spec-size ul {
    display: table;
    clear: both;
}

.spec-size ul li {
    float: left;
    font-size: 20pt;
    padding: 0 15px;
    height: auto;
    background-color: #eee;
    margin-right: 10px;
    border-radius: 10px;
    line-height: 40px;
    margin-bottom: 15px;
}

.spec-size .choos-size {
    background-color: #ed1437;
    color: #fff;
}

/* 穿透问题 */
.shoot-body {
    height: 100%;
    overflow: hidden;
}

.choose-spec .shopping-button {
    background-color: #ed1437;
    height: 60px;
    color: #fff;
    font-size: 18pt;
    text-align: center;
    line-height: 60px;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.proD_Price {
    float: left;
    color: #ed1437;
    font-size: 14pt;
}

.pro_Join {
    float: right;
    background: #ed1437;
    border-radius: 50px;
    text-align: center;
    width: 158px;
    height: 49px;
    line-height: 49px;
    color: #fff;
    font-size: 18pt;
}

.proD_p1 {
    font-size: 26pt;
    color: #ed1437;
}

.proD_p2 {
    text-decoration: line-through;
    font-size: 16pt;
    color: #999;
    padding-left: 10px;
}

.proDetail_T {
    font-size: 20pt;
    color: #222;
    font-weight: bold;
    padding-top: 45px;
    padding-bottom: 40px;
    padding: 45px 2% 40px 2%;
}

.proDetail_Content,
.proDetail_Content p,
.proDetail_Content p span {
    font-size: 15pt;
    color: #222;
    line-height: 1.8em;
    box-sizing: border-box;
    padding: 0 5px;
}

.proDetail_Content p img {
    max-width: 620px;
}

.head {
    overflow: hidden;
}

.commodity-foot {
    height: 70px;
    width: 640px;
    background-color: #fff;
    display: table;
    clear: both;
    position: fixed;
    bottom: 0;
    box-sizing: border-box;
    z-index: 9999;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}

.commodity-foot .foot-left {
    float: left;
    width: 230px;
    padding-top: 4px;
    text-align: center;
}

.commodity-foot .foot-left a {
    width: 33.33%;
    float: left;
    color: #000;
    position: relative;
}

.commodity-foot .foot-left a i {
    font-size: 26pt;
}

.commodity-foot .foot-left a p {
    font-size: 18pt;
    line-height: 20px;
}

.commodity-foot .foot-right {
    height: 70px;
    width: 200px;
    float: right;
    line-height: 70px;
    font-size: 22pt;
    background-color: #daab0c;
    color: #fff;
    text-align: center;
}

.commodity-foot .buynow {
    height: 70px;
    width: 200px;
    float: right;
    line-height: 70px;
    font-size: 22pt;
    background-color: #ed1437;
    color: #fff;
    text-align: center;
}

.commodity-foot .buynow a {
    color: #fff;
}


.commodity-foot .foot-right1 {
    height: 70px;
    width: 400px;
    float: right;
    line-height: 70px;
    font-size: 22pt;
    background-color: #eee;
    color: #999;
    text-align: center;
}

.BuyNum {
    position: relative;
    font-size: 20pt;
    padding: 10px 10px;
    height: 40px;
    margin-bottom: 30px;
}

.choose-content::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    border-radius: 4px;
}

.choose-content::-webkit-scrollbar-track {
    /*background: #C5EFF7;*/
    border-radius: 4px;
}

.choose-content::-webkit-scrollbar-thumb {
    background: #eee;
    border-radius: 4px;
}

.choose-spec .shopping-button {
    background-color: #daab0c;
    position: absolute;
    left: 0px;
    height: 70px;
    color: #fff;
    font-size: 22pt;
    text-align: center;
    line-height: 70px;
    position: absolute;
    bottom: 0px;
    width: 50%;
}

.choose-spec .foot-right1 {
    background-color: #eee;
    position: absolute;
    left: 0px;
    height: 70px;
    color: #999;
    font-size: 22pt;
    text-align: center;
    line-height: 70px;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.choose-spec .shopping-BuyNum {
    background-color: #ed1437;
    position: absolute;
    right: 0px;
    height: 70px;
    color: #fff;
    font-size: 22pt;
    text-align: center;
    line-height: 70px;
    position: absolute;
    bottom: 0px;
    width: 50%;
}

/*����*/
.eval_box {
    overflow: hidden;
}

.eval_box li {
    padding-top: 32px;
    border-bottom: 1px solid #f0eeee;
    width: 96%;
    margin: 0 auto;
    padding-bottom: 14px;
    overflow: hidden;
}

.eval_L {
    width: 75px;
    float: left;
}

.eval_img {
    width: 44px;
    height: 44px;
    overflow: hidden;
    margin-left: 10px;
}

.eval_img img {
    border-radius: 50%;
    max-height: 100%;
    max-width: 100%;
}

.eval_R {
    float: left;
    width: 510px;
}

.eval_name {
    font-size: 18pt;
    color: #222;
}

.eval_time {
    font-size: 16pt;
    color: #aaa;
}

.star_box {
    overflow: hidden;
    height: 50px;
    line-height: 50px;
}

.star {
    float: left;
    width: 101px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 101px 16px;
}

.star0 {
    background-image: url('/images/star0.png');
}

.star1 {
    background-image: url('/images/star1.png');
}

.star2 {
    background-image: url('/images/star2.png');
}

.star3 {
    background-image: url('/images/star3.png');
}

.star4 {
    background-image: url('/images/star4.png');
}

.star5 {
    background-image: url('/images/star5.png');
}

.eval_store {
    font-size: 16pt;
    color: #ed1437;
    float: left;
    padding-left: 13px;
}

.eval_content {
    font-size: 15pt;
    color: #666;
}

.eval_title {
    font-size: 14pt;
    color: #aaa;
    background-image: url('/images/icon.png');
    background-size: 17px 17px;
    background-position: left center;
    padding-left: 24px;
    background-repeat: no-repeat;
    margin-top: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*�̼�*/
.dealer_box {
    width: 96%;
    margin: 0 auto;
    overflow: hidden;
}

.dealer_Title {
    font-size: 20pt;
    color: #222;
    font-weight: bold;
    padding-top: 37px;
}

.dealer_Content {
    font-size: 18pt;
    color: #222;
    padding-bottom: 43px;
    padding-top: 15px;
    line-height: 1.5em;
    border-bottom: 1px solid #f0eeee;
}

.dealer_Content img {
    max-width: 100%
}

.dealer_time {
    height: 98px;
    line-height: 98px;
    font-size: 18pt;
    color: #222;
    background-image: url('/images/time.png');
    background-size: 26px 26px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
    border-bottom: 1px solid #f0eeee;
}

.dealer_address {
    border-bottom: 1px solid #f0eeee;
    padding: 28px 0px;
}


.dealer_address a {
    width: 100%;
    height: auto;
    display: inline-block;
    color: #222222;
    font-size: 18pt;
    position: relative;
}

.dealer_address i {
    width: 20px;
    height: 35px;
    display: inline-block;
    background: url(/images/6.png) no-repeat center center;
    float: left;
    margin-right: 10px;
}

.dealer_address p {
    width: 90%;
    float: left;
}

.dealer_address b {
    display: inline-block;
    font-size: 19pt;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*.dealer_address s {
        width: 10px;
        height: 35px;
        display: inline-block;
        float: right;
        margin-left: 5px;
    }*/

.ion-ios-arrow-right {
    width: 10px;
    height: 35px;
    display: inline-block;
    float: right;
    margin-left: 5px;
}

.dealer_tel {
    height: 98px;
    line-height: 98px;
}

.dealer_tel a {
    width: 100%;
    height: auto;
    min-height: 98px;
    display: inline-block;
    color: #222222;
    font-size: 18pt;
    line-height: 98px;
}

.dealer_tel i {
    width: 20px;
    height: 35px;
    display: inline-block;
    background: url(/images/tel_1.png) no-repeat center center;
    float: left;
    margin-right: 10px;
    margin-top: 30px;
}


.dealer_Pic_Box {
    font-size: 20pt;
    color: #222;
    padding-top: 30px;
    border-top: solid 1px #f0eeee;
}

.dealer_T {
    font-size: 20pt;
    color: #222;
    font-weight: bold;
}

.dealer_Img {
    height: 130px;
    margin-top: 23px;
    padding-bottom: 170px;
}

.dealer_Img img {
    max-height: 100%;
    max-width: 100%;
    border-radius: 20px;
}

.show-dealer_Img {
    position: fixed;
    width: 640px;
    height: 100%;
    left: 0;
    top: 0px;
    right: 0;
    margin: 0 auto;
    background-color: rgba(0, 0, 0);
    z-index: 9999;
    display: none;
    padding: 50px;
    box-sizing: border-box;
}

.show-dealer_Img img {
    width: 540px;
    height: auto;
}

.n_pro_box {
    width: 100%;
    overflow: hidden;
    margin-bottom: 100px;
}

.type_n_box {
    width: 100%;
}

.type .dp {
    width: 100%;
    height: auto;
    text-align: center;
    background: #f7f7f7;
    padding: 30px 0;
    position: fixed;
    bottom: 0;
}

.type .dp a {
    width: auto;
    height: 35px;
    display: inline-block;
    background: url(/images/dp.png) no-repeat left center;
    font-size: 20pt;
    color: #222;
    line-height: 35px;
    padding-left: 40px;
}

/*���ﳵ*/
.all_dl {
    position: absolute;
    right: 4%;
    top: 0;
    font-size: 0.3125rem;
    color: #333;
    float: right;
    margin: 0 0 0 0;
}

.dagou_icon {
    width: 16px;
    height: 16px;
    background: url(dagou_icon_hover.png) no-repeat center center;
    background-size: contain;
    display: inline-block;
    float: left;
    margin: 8% 3% 0 0;
}

.dagou_icon_hover {
    background: url(dagou_icon.png) no-repeat center center;
    background-size: contain;
}

.gouwuche_right {
    width: 66%;
    float: right;
    margin-left: 2%;
}

#J_AttrUL {
    padding: 0 20px;
}

.btn-b1 {
    width: 44px;
    /*height: 0.5625rem;*/
    height: 37px;
    float: left;
    /*border:solid 1px #eee;*/
    color: #aaaaaa;
    line-height: 37px;
    text-align: center;
    border: solid 1px #999999;
    border-left: none;
    font-size: 18pt;
    background: url('/images/jia.png') center center no-repeat;
    border-radius: 0px 5px 5px 0px;
}

.pd_lr1 {
    border-left: solid 1px #999999;
    border-right: none;
    border-radius: 5px 0px 0px 5px;
    background: url('/images/jian.png') center center no-repeat;
}

.btn_input {
    width: 45px;
    height: 36px;
    float: left;
    border: none;
    text-align: center;
    font-size: 17pt;
    background-color: #fff;
}

.btn-b-qty1 {
    width: 45px;
    border: 1px #999 solid;
    height: 37px;
    line-height: 36px;
    float: left;
    color: #2b2b2b;
}

.checkbox_all {
    float: left;
    position: relative;
    font-size: 18pt;
    margin-top: 10px;
}

.checkbox_all font {
    padding-left: 30px;
}

.checkbox_all .gougou_icon {
    position: absolute;
    top: 18px;
    margin: 0px;
}

.red_jiage {
    font-size: 19.5pt;
    color: #de2828;
    font-family: Arial;
    margin-left: 10px;
    line-height: 2.4rem;
    margin-top: 3px;
    float: right;
}

.shumu {
    margin-top: 10px;
    height: 30px;
    line-height: 30px;
}

.lijitong_icon {
    width: 24px;
    height: 24px;
    display: inline-block;
    float: right;
}

.niming {
    float: left;
    font-size: 0.4375rem;
    color: #666;
}

.shopping_price {
    float: right !important;
    font-size: 15pt !important;
    line-height: 1em;
    margin-right: 20px;
}

.shopping_price .hongse_mn {
    font-size: 18pt;
}

.shopping_price .shopping_price_p {
    font-size: 14pt;
    color: #999;
    line-height: 1.8em;
    text-align: right;
}

.butt_get {
    outline: none;
    background: #a7175c;
    width: 3.75rem;
    height: 1.09375rem;
    color: #fff;
    font-size: 0.4375rem;
    border-radius: 10px;
    border: none;
    float: right;
    font-family: 'Microsoft YaHei';
}

.butt_get a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    line-height: 1.09375rem;
}

.shopping_btn {
    width: 170px !important;
}

#select2_btn {
    display: none;
}

.hongse_mn {
    color: #de2828;
    font-weight: bold;
}

.order_r_onclick {
    float: right;
    font-size: 18pt !important;
    color: #999;
    margin-top: 8px;
    margin-bottom: 29px;
    font-size: 15pt;
}

.address_btn {
    width: 84px;
    height: 26px;
    line-height: 26px;
    border: solid 1px #c61b32;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.address_btn:first-child {
    margin-right: 20px;
}

.order_box {
    background: #fff;
    /*border-bottom: solid 1px #eeeeee;*/
    margin-bottom: 0.1875rem;
    border-top: solid 1px #eeeeee;
}

.order_box:nth-of-type(1) {
    border-top: none;
}

.order_ul {
    overflow: hidden;
    background: #fff;
}

.order_ul li {
    padding: 30px 4%;
    overflow: hidden;
    overflow: hidden;
}

.order_ul li .order_img,
.comment_ul li .order_img {
    margin-top: 10px;
    width: 120px;
    height: 120px;
    line-height: 120px;
    overflow: hidden;
    float: left;
    border: 1px #eeeeee solid;
}

.order_ul li .order_img img,
.comment_ul li .order_img img {
    max-width: 100%;
    max-height: 100%;
}

.order_ul li .order_img span,
.comment_ul li .order_img span {
    width: 120px;
    height: 120px;
    display: inline-block;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.order_box .toDo,
.manage-box .toDo,
.de-dpn .toDo {
    padding: 0 4%;
    display: table;
    height: 55px;
    width: 100%;
    clear: both;
    box-sizing: border-box;
    border-top: 1px #ededed solid;
    font-size: 16pt;
    line-height: 55px;
    background-color: #fff;
}


.order_box .toDo a,
.manage-box .toDo a,
.de-dpn .toDo a {
    float: right;
    height: 40px;
    /*background-color: #b5001d;*/
    color: #b5001d;
    line-height: 40px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 20px;
    min-width: 100px;
    border: 1px solid #b5001d;
    margin-left: 15px;
    padding: 0px 10px;
    margin-top: 8px;
}

.manage-box .total {
    text-align: right;
    padding: 0 4%;
    padding-bottom: 10px;
    display: table;
    width: 100%;
    clear: both;
    box-sizing: border-box;
    border-top: 1px #ededed solid;
    font-size: 16pt;
    padding-top: 15px;
    background-color: #fff;
}

.order_ul li .order_R,
.comment_ul li .order_R {
    float: left;
    margin-left: 20px;
}

.checkout_box {
    width: 100%;
    background: #fff;
    overflow: hidden;
}

.checkout_ul {
    width: 94%;
    margin: 0 auto;
    padding-bottom: 0px;
}

.checkout_ul li {
    padding: 30px 0px !important;
    overflow: hidden;
}

.checkout_li_R {
    width: 70%;
    float: right;
}

.checkout_t1 {
    font-size: 18pt;
    color: #2b2b2b;
}

.checkout_fare {
    font-size: 14pt;
    color: #999;
    padding-top: 10px;
}

.checkout_price {
    font-size: 18pt;
    color: #c5162d;
    padding-top: 25px;
}

.checkout_num {
    float: right;
    font-size: 17pt;
    color: #2b2b2b;
    background: url('/images/checkout_num.png') left center no-repeat;
    padding-left: 15px;
}

.checkout_msg {
    width: 96%;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
    font-size: 18pt;
    color: #2b2b2b;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 18px;
}

.checkout_msg .order_d_Title {
    font-size: 18pt !important;
    color: #2b2b2b !important;
    padding-left: 10px;
}

.checkout_msg input {
    height: 40px;
    border: none;
    width: 480px;
}

.m_check_btnBox {
    background: #fff;
    width: 100% !important;
}

.m_check_btnBox .order_d_price {
    width: 96%;
    margin: 0 auto;
}

.checkout_ps .order_num {
    width: 96%;
    margin: 0 auto;
    border-bottom: 1px #eeeeee solid;
    border-top: 1px #eee solid;
    padding: 10px 0 !important;
}

.checkout_p_price {
    padding-top: 20px;
}

.checkout_p_price p {
    padding: 5px 1% !important;
    overflow: hidden;
}

.checkout_p_price p:nth-of-type(2) {
    padding-bottom: 20px !important;
}

.checkout_p_price .checkout_d_T1 {
    font-size: 15pt;
    color: #999;
}

.checkout_p_price .checkout_d_money {
    font-size: 15pt;
    color: #999;
}

.checkout_d_border {
    border-top: solid 1px #eee;
}

/*新选择支付方式*/
.select_Body {
    height: 100%;
    background: #e2e2e2;
}

.new_info {
    width: 100%;
    overflow: hidden;
    background: #fff;
}

.new_info .new_n_info {
    width: 94%;
    margin: 0 auto;
}

.new_info .new_n_info p {
    font-size: 17pt;
    color: #b4b1b4;
    border-bottom: solid 2px #f8f8f8;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
}

.new_info .new_n_info p:last-child {
    border-bottom: none;
}

.new_info .new_n_info p .new_n_info_r {
    float: right;
    font-size: 18pt;
    width: 60%;
    line-height: 32px;
    color: #666;
}

.new_info .new_n_info p .new_n_info_tr {
    text-align: right;
}

.new_n_info_money {
    font-size: 22.5pt !important;
    color: #c5162d !important;
    font-weight: bold;
}

.new_n_info_money font {
    font-size: 18.75pt !important;
    font-weight: initial !important;
}

.new_n_select {
    margin-top: 50px;
    overflow: hidden;
}

.new_n_select .new_n_select_Title {
    height: 66px;
    line-height: 66px;
    background: #f4f4f4;
    font-size: 18pt;
    color: #2b2b2b;
    border-left: solid 3px #c5162d;
    padding-left: 15px;
}

.new_n_select_box {
    background: #fff;
    width: 100%;
    overflow: hidden;
    /*margin-bottom: 200px;*/
}

.new_n_select_ul {
    width: 94%;
    margin: 0 auto;
    overflow: hidden;
}

.new_n_select_ul li {
    height: 70px;
    line-height: 70px;
    font-size: 17pt;
    color: #666;
    padding-left: 51px;
}

.new_n_select_ul li:nth-of-type(1) {
    background: url('/images/zfb.png') left center no-repeat;
    border-bottom: solid 2px #f8f8f8;
}

.new_n_select_ul li:nth-of-type(2) {
    background: url('/images/whatchar.png') left center no-repeat;
    border-bottom: solid 2px #f8f8f8;
}

.new_n_select_ul li:nth-of-type(3) {
    background: url('/images/paypal.png') left center no-repeat;
    border-bottom: solid 2px #f8f8f8;
}

.new_n_select_ul li div {
    background: url('/images/selectradio.png') no-repeat;
    width: 30px;
    height: 30px;
    background-position: 0px -30px;
    float: right;
    margin-top: 20px;
}

.new_n_select_ul li div.current {
    background: url('/images/selectradio.png') no-repeat;
    width: 30px;
    height: 30px;
    background-position: 0px 0px;
    float: right;
    margin-top: 20px;
}

.new_n_btn,
.new_btn {
    width: 640px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    position: fixed;
    bottom: 0px;
}

.new_n_btn a {
    display: block;
    width: 100%;
    height: 100%;
    background: #c5162d;
    height: 63px;
    line-height: 63px;
    font-size: 19.5pt;
    color: #fff;
}

.new_btn a {
    float: right;
    width: 35%;
    background: #c5162d;
    height: 70px;
    line-height: 70px;
    font-size: 19.5pt;
    color: #fff;
}

/*新支付成功页面*/
.pay_box {
    width: 94%;
    margin: 0 auto;
    margin-top: 140px;
    overflow: hidden;
}

.pay_box .pay_success_img {
    text-align: center;
    font-size: 22.5pt;
    color: #88ca02;
    width: 120px;
    margin: 0 auto;
}

.pay_box .pay_success_img img {
    margin-bottom: 20px;
}

.pay_btn {
    margin-top: 120px;
}

.pay_btn .pay_btn1 {
    width: 290px;
    height: 58px;
    line-height: 58px;
    border: solid 1px #c5162d;
    float: left;
    border-radius: 5px;
}

.pay_btn .pay_btn2 {
    width: 290px;
    height: 58px;
    line-height: 58px;
    border: solid 1px #c5162d;
    background: #c5162d;
    float: right;
    border-radius: 5px;
}

.pay_btn .pay_btn1 a,
.pay_btn .pay_btn2 a {
    display: block;
    width: 100%;
    height: 100%;
    color: #c5162d;
    font-size: 18pt;
    text-align: center;
}

.pay_btn .pay_btn2 a {
    color: #fff;
}

.order_ul li .order_R {
    margin-top: 10px;
    width: 75%;
}

.order_t1 {
    font-size: 18pt;
    color: #000;
    font-family: 'Microsoft YaHei';
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.order_t1 a {
    color: #444;
}

.order_attr {
    font-size: 18pt;
    color: #444;
    font-family: 'Microsoft YaHei';
}

.attr_color {
    color: #999;
}

.order_box2 {
    overflow: hidden;
}

.gougou_icon {
    width: 24px;
    height: 24px;
    background: url(/images/dagou_icon.png) no-repeat center -24px;
    display: inline-block;
    float: left;
    margin: 60px 12px 0 0;
}

.gougou_icon_hover {
    background: url(/images/dagou_icon.png) no-repeat top center;
    background-size: 95%;
}

.hide {
    display: none;
}

.rt_delete {
    width: 100px !important;
    color: #fff;
    display: block !important;
    height: 75px !important;
    line-height: 75px !important;
    font-size: 15pt;
}

.footer_pingfen {
    width: 640px;
    background: #fff;
    -moz-box-shadow: 0px 0 0.0625rem #ddd;
    -webkit-box-shadow: 0px 0 0.0625rem #ddd;
    box-shadow: 0px 0 0.0625rem #ddd;
    position: fixed;
    z-index: 101;
    bottom: 0;
    padding: 15px 30px;
    line-height: 60px;
    box-sizing: border-box;
}

.niming {
    float: left;
    font-size: 19.5pt;
    color: #666;
}

.butt_get {
    outline: none;
    background: #ed1437;
    width: 240px;
    height: 60px;
    color: #fff;
    font-size: 19.5pt;
    border-radius: 10px;
    border: none;
    float: right;
    font-family: 'Microsoft YaHei';
}

.proD_P {
    padding-top: 5px;
}

.pro_fare {
    font-size: 16pt;
    color: #999;
    line-height: 1em;
}

.gouwuche_null {
    text-align: center;
    margin-top: 80px;
}

.null_shuoming {
    font-size: 15pt;
    color: #666;
    text-align: center;
    margin-top: 50px;
}

.buttom_null {
    font-size: 18pt;
    text-align: center;
    padding-top: 10px;
}

.buttom_null a {
    color: #ed1437;
}

.m_main .product-nav {
    border-bottom: solid 1px #d2d2d2;
    background: #f6f6f6;
    overflow: hidden;
    display: flex;
}

.m_main .product-nav li {
    width: 20%;
    font-size: 18pt;
}

.m_main .product-nav li a {
    display: block;
    overflow: hidden;
    padding: 20px 0;
    text-align: center;
    color: #666;
}

.m_main .product-nav li a.am-active,
.product-nav li a.am-active:hover {
    background: none;
    color: #ed1437;
    border-bottom: solid 1px #ed1437;
}

.m_main .searchbox {
    display: flex;
    height: 100px;
    padding: 20px 25px;
    justify-content: flex-start;
    align-items: center;
    background-color: #fff;
}

.m_main .searchbox .searchbox_input {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 30px;
}

.m_main .searchbox .searchbox_input input {
    width: 85%;
    border: none;
    outline: none;
}

.m_main .searchbox .searchbox_input input::-webkit-input-placeholder {
    color: #888;
    font-size: 22px;
}

.m_main .searchbox .iconfont {
    margin: 0 2%;
    color: #8c8c8c;
    font-size: 24px;
}

.m_main .searchbox>span {
    width: 10%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18pt;
    color: #4c4c4c;
}

.m_main .searchbox>input {
    width: 80%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18pt;
    outline: none;
    border: #ed1437 1px solid;
    color: #ed1437;
    border-radius: 10px;
}

.m_main .searchbox>div {
    width: 10%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18pt;
    color: #4c4c4c;
}

/*�����б�*/
.order_box {
    background: #fff;
    border-bottom: solid 1px #eeeeee;
    margin-top: 20px;
    border-top: solid 1px #eeeeee;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
}

.manage-box {
    margin-top: 20px;
}

.manage-box .order_box {
    background: #fff;
    border-bottom: none;
    border-top: solid 1px #eeeeee;
    margin-top: 0px;
    box-shadow: none;
    margin-bottom: 0px;
}

.order_box:nth-of-type(1) {
    border-top: none;
}

.order_box2 {
    overflow: hidden;
}

.order_num {
    padding: 15px 4%;
    border-bottom: 1px #eeeeee solid;
    overflow: hidden;
    padding-bottom: 14px;
    background-color: #fff;
}

.order_num a.shop-name {
    font-size: 16pt;
    color: #000;
    display: inline-block;
    line-height: 35px;
    height: 35px;
}

.order_num a.shop-name i {
    margin-right: 10px;
    display: inline-block;
    font-size: 24pt;
    line-height: 35px;
    color: #4c4c4c;
    height: 35px;
}

.order_num a.shop-name span {
    margin-right: 10px;
    display: inline-block;
    font-size: 16pt;
    line-height: 35px;
    color: #4c4c4c;
    height: 35px;
}

.order_num a.shop-name i:last-child {
    font-size: 16pt;
}

.shoppingBody a.shop-name {
    font-size: 16pt;
    color: #000;
    display: inline-block;
}

.shoppingBody a.shop-name i {
    font-size: 16pt;
}

.shoppingBody a.shop-name i:first-child {
    font-size: 22pt;
    margin-right: 10px;
}

.shopN a.shop-name {
    font-size: 16pt;
    color: #000;
    display: inline-block;
    line-height: 35px;
}

.shopN a.shop-name i {
    margin-right: 10px;
    display: inline-block;
    font-size: 24pt;
    line-height: 35px;
    color: #4c4c4c;
    height: 35px;
}

.shopN a.shop-name span {
    margin-right: 10px;
    display: inline-block;
    font-size: 16pt;
    line-height: 35px;
    color: #4c4c4c;
    height: 35px;
}

.shopN a.shop-name i:last-child {
    font-size: 16pt;
}

.order_num .order_number {
    float: left;
    font-size: 19.5pt;
    height: 35px;
}

.order_num a.shop-name i {
    margin-right: 10px;
    display: inline-block;
    font-size: 24pt;
    line-height: 35px;
    color: #4c4c4c;
    height: 35px;
}

.order_num a.shop-name span {
    margin-right: 10px;
    display: inline-block;
    font-size: 16pt;
    line-height: 35px;
    color: #4c4c4c;
    height: 35px;
}

.order_num a.shop-name i:last-child {
    font-size: 16pt;
}

.shopN a.shop-name {
    font-size: 16pt;
    color: #000;
    display: inline-block;
    line-height: 35px;
}

.shopN a.shop-name i {
    margin-right: 10px;
    display: inline-block;
    font-size: 24pt;
    line-height: 35px;
    color: #4c4c4c;
    height: 35px;
}

.shopN a.shop-name span {
    margin-right: 10px;
    display: inline-block;
    font-size: 16pt;
    line-height: 35px;
    color: #4c4c4c;
    height: 35px;
}

.shopN a.shop-name i:last-child {
    font-size: 16pt;
}

.order_num .order_number {
    float: left;
    font-size: 19.5pt;
    color: #666;
    font-family: 'Microsoft YaHei';
    overflow: hidden;
}

.order_num .order_action {
    float: right;
    font-size: 17pt;
    color: #ed1437;
    font-family: 'Microsoft YaHei';
    overflow: hidden;
}

.order_attr {
    font-size: 14pt;
    color: #444;
    font-family: 'Microsoft YaHei';
}

.attr_color {
    color: #999;
}

.order_R .order_count {
    overflow: hidden;
    /*line-height:30px;*/
    margin-top: 29px;
}

.Spec_Attr {
    font-size: 16pt;
    color: #999;
    line-height: 30px;
    margin-top: 5px;
}

.orederPrice {
    font-size: 16pt;
    color: #ed1437;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    clear: both;
}

.orederPrice i {
    background: url(/images/qtyPrice.png) right center no-repeat;
    background-size: 13px 15px;
    width: 13px;
    height: 15px;
    padding-right: 20px;
}

.order_R .order_count .order_number1 {
    font-size: 16pt;
    color: #000;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    clear: both;
}

.credits_L {
    width: 70%;
    float: left;
}

.order_R .order_count .order_number_credits {
    font-size: 15pt;
    color: #999;
    font-family: 'Microsoft YaHei';
}

.order_R .order_price {
    font-size: 18pt;
    color: #ed1437;
    font-family: 'Microsoft YaHei';
    padding-top: 10px;
    float: left;
}

.comment_ul li .order_R .order_count {
    margin-top: 10px;
}

.comment_ul li .order_R .order_count .order_c_number1 {
    font-size: 15pt;
    color: #888;
    font-family: 'Microsoft YaHei';
    float: left;
}

.comment_ul li .order_R .order_c_price {
    font-size: 15pt;
    color: #de2828;
    font-family: 'Microsoft YaHei';
    float: right;
}

.order_d_Title {
    font-size: 18pt;
}

.m_n_area {
    text-align: center;
}

.m_comment_area {
    height: 300px;
    width: 98%;
    border: solid 1px #dedede;
    background: #fafafa;
    font-size: 18pt;
    color: #666;
    text-indent: 20px;
    margin-top: 10px;
    padding-top: 10px;
    padding-left: 10px;
}

.order_r_onclick span a {
    color: #de2828;
}

.order_d_price {
    overflow: hidden;
    padding-bottom: 20px;
}

.order_d_price p {
    padding: 0 4%;
    font-size: 19.5pt;
    color: #666;
    overflow: hidden;
    font-family: 'Microsoft YaHei';
    padding-top: 10px;
}

.order_d_price p .order_d_T1 {
    float: left;
}

.order_d_price p .order_d_money {
    float: right;
}

.order_d_price p .order_d_money.order_d_red {
    color: #de2828;
}

.footer_lijigoumai {
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 640px;
    margin: 0 auto;
}

.Return_application {
    text-align: center;
    margin-bottom: 20px;
}

.pay-xinxi {
    float: left;
    width: 63%;
    height: 70px;
    line-height: 70px;
    text-align: right;
    color: #333;
    padding-right: 2%;
    font-size: 21pt;
    background-color: #fff;
}

.pay-xinxi i {
    color: #de2828;
}

.buy_agin {
    width: 100%;
    background: #de2828;
    float: right;
    text-align: center;
    font-size: 19.5pt;
    color: #fff;
    display: inline-block;
    border: none;
    height: 70px;
    line-height: 70px;
}

span.tuihuo {
    height: 25px;
    line-height: 25px;
    margin-top: 5px;
    border-radius: 5px;
    float: right;
    padding: 5px 5px;
    font-size: 16px;
    width: initial;
    color: #fff;
    background: #de2828;
}

.checkout-put {
    width: 35%;
}

.shopping_yf {
    font-size: 15pt;
    color: #999;
    padding-top: 15px;
}

.bady_color {
    background: #F6F6F6;
}

.reg_wrap {
    padding: 6%;
}

.reg_wrap .input_txt {
    margin-bottom: 20px;
    font-size: 18pt;
}

.text_yonghu {
    width: 92%;
    padding: 0 4%;
    height: 65px;
    border: 1px #dedede solid;
    border-radius: 5px;
    font-size: 18pt;
    color: #666;
    font-family: 'Microsoft YaHei';
    margin-bottom: 15px;
}

.pro {
    width: 180px;
    height: 65px;
    margin-right: 10px;
    border: 1px #dedede solid;
    border-radius: 5px;
    font-size: 18pt;
    color: #666;
    margin-bottom: 10px;
    float: left;
    display: inline-block;
    text-align: center;
    text-indent: 4%;
    padding-left: 15px;
}

.pro:nth-of-type(3n) {
    margin-right: 0;
    float: right;
}

.zhuzu_xieyi {
    font-size: 18pt;
    color: #666;
}

.zhuzu_xieyi input[type="checkbox"] {
    zoom: 180%;
    vertical-align: middle;
}

.position_btn {
    position: fixed;
    width: 100%;
    bottom: 10px;
    left: 0px;
    text-align: center;
}

.footer_bottom_btn {
    width: 96%;
    margin: 0 auto;
    height: 65px;
    line-height: 65px;
    text-align: center;
    background: #de2828;
    font-size: 20pt;
    color: #fff;
    border: none;
    border-radius: 5px;
}

.footer_bottom_btn a {
    width: 96%;
    margin: 0 auto;
    background: #de2828;
    height: 100%;
    display: block;
    font-size: 20pt;
    color: #fff;
}

/*�ύ����*/
.m_address {
    width: 100% !important;
    background: url('/images/address_bottom.png') bottom center no-repeat #fff;
    margin-bottom: 24px !important;
}

.m_n_address {
    overflow: hidden;
    padding-bottom: 10px;
    width: 98%;
    margin: 0 auto;
}

.address_radio {
    width: 40px;
    float: left;
    padding-top: 60px;
    text-align: right;
    background: url('/images/location.png') 10px center no-repeat;
}

.address_txt {
    width: 90%;
    float: left;
    padding-left: 10px;
    margin-top: 5px;
}

.address_txt p {
    font-size: 18pt;
    color: #343434;
    font-family: 'Microsoft YaHei';
    padding-top: 8px;
}

.address_1 {
    overflow: hidden;
}

.address_L {
    float: left;
}

.address_R {
    float: right;
}

/*��ַ����*/
.m_main .guanli_ul {
    overflow: hidden;
}

.m_main .guanli_ul li {
    background: #fff;
    -moz-box-shadow: 0px 0px 0.046875rem #ececec;
    -webkit-box-shadow: 0px 0px 0.046875rem #ececec;
    box-shadow: 0px 0px 40px #ececec;
    margin-bottom: 20px;
}

.m_main .guanli_ul li:last-child {
    margin-bottom: 200px;
}

.m_main .name_xinxin {
    padding: 25px 4%;
    border-bottom: 1px #d9d9d9 dashed;
}

.m_main .xinxi_p {
    font-size: 20pt;
    color: #000;
}

.m_main .xinxi_p .p_right {
    float: right;
}

.m_main .xinxi_p2 {
    font-size: 18pt;
    color: #444;
    margin-top: 10px;
    max-height: 100%;
}

.m_main .bianji_xinxi {
    padding: 15px 4%;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
}

.m_main .moren_adrass {
    float: left !important;
    margin: 0 !important;
}

.m_main .moren_icon,
.xiugai_icon,
.shanchu_icon {
    width: 25px;
    height: 25px;
    background-image: url(/images/shezhi.png);
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
    padding-right: 10px;
    vertical-align: sub;
}

.moren_icon_red {
    background: url(/images/shezhi_red.png) no-repeat center center !important;
    background-size: contain !important;
}

.m_main .xiugai {
    float: right;
    margin-left: 20px;
    font-size: 18pt;
    color: #666;
}

.m_main .xiugai .address-choose {
    font-size: 21pt;
    color: #de2828;
    margin-right: 5px;
}

.m_main .xiugai .address {
    font-size: 21pt;
    color: #999;
    margin-right: 5px;
}

.m_main .xiugai .del {
    font-size: 18pt;
    color: #999;
}

.m_main .xiugai .bianji {
    font-size: 20pt;
    color: #999;
    margin-right: 5px;
    position: relative;
    top: 1px;
}

.body-white {
    background-color: #fff;
}

.m_main .top_yinyin {
    -moz-box-shadow: 0px -0.015625rem 0.046875rem #ececec;
    -webkit-box-shadow: 0px -0.015625rem 0.046875rem #ececec;
    box-shadow: 0px -0.015625rem 0.046875rem #ececec;
}

/*�ύ�ɹ�*/
.m_main .m_n_main .m_n_check_box {
    overflow: hidden;
    padding-bottom: 20px;
    margin-top: 30px;
    width: 96%;
    margin: 0 auto;
}

.m_main .m_n_main .m_check_icon {
    text-align: center;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-top: 20px;
}

.m_main .m_n_main .m_check_icon img {
    width: 100%;
}

.m_ckeck_Title {
    font-size: 19.5pt;
    color: #333;
    margin-top: 30px;
}

.m_check_T1 {
    font-size: 15pt;
    color: #666;
    line-height: 1.8em;
    padding-top: 10px;
}

.m_check_T1 span {
    color: #de2828;
}

/*��������*/
.order_d_box {
    overflow: hidden;
    background: #fff;
    -moz-box-shadow: 0px 0px 0.046875rem #ececec;
    -webkit-box-shadow: 0px 0px 0.046875rem #ececec;
    box-shadow: 0px 0px 0.046875rem #ececec;
}

.order_d_box .order_num .order_d_Title {
    font-size: 15pt;
    color: #333;
}

.order_d_box .order_d_ul {
    border-bottom: 1px #f4f4f4 solid;
    padding: 10px 0;
}

.order_d_box .order_d_ul li {
    font-size: 12pt;
    color: #666;
    padding: 0 4%;
    margin: 15px 0;
}

.order_d_box .order_d_ul li span {
    color: #de2828;
}

.order_border {
    border-top: solid 1px #f4f4f4;
}

.order-img {
    width: 28px;
    height: 28px;
}

.order-img .del {
    color: #666;
    font-size: 19pt;
}

/*���۶���*/
.m_n_main {
    width: 96%;
    margin: 0 auto;
}

.comment_content {
    margin-top: 10px;
}

.comment_score_box {
    margin-top: 30px;
    line-height: 40px;
    color: #666;
}

.comment_score_box .leftd {
    font-size: 17pt;
}

.comment_score_box span img {
    width: 30px;
    height: 30px;
}

.m_comment_area1 {
    width: 100%;
}

/*�ҵ����۶���*/
.product-nav1 {
    border-bottom: solid 1px #d2d2d2;
    background: #f6f6f6;
    overflow: hidden;
}

.product-nav1 li {
    width: 50%;
    float: left;
    font-size: 18pt;
}

.product-nav1 li a {
    display: block;
    overflow: hidden;
    padding: 20px 0;
    text-align: center;
    color: #666;
}

.product-nav1 li a.am-active,
.product-nav li a.am-active:hover {
    background: none;
    color: #ed1437;
    border-bottom: solid 1px #ed1437;
}

.product_nav_num {
    float: right;
    margin-top: -65px;
    border-radius: 50%;
    font-size: 14px;
    color: white;
    top: -15px;
    background: #ed1437;
    padding: 2px;
    width: 17px;
    display: flex;
    justify-content: center;
}

.order_eval {
    padding-top: 0.8rem;
    font-size: 14pt;
    color: red;
}

.de_back {
    background: #fff;
    margin-top: 0px;
    margin-bottom: 0px;
}

.ship_time {
    font-size: 11pt;
    color: #999;
    padding-top: 10px;
    line-height: 1.8em;
}

.ship_intro {
    font-size: 11pt;
    color: #666;
    padding-top: 5px;
    line-height: 1.8em;
}

.nodata_eval {
    background: #fff;
    width: 100%;
    height: 150px;
    line-height: 150px;
    font-size: 18pt;
    text-align: center;
}

.fixed_position {
    position: absolute;
    z-index: 10;
    background: #fff;
    width: 640px;
}

.fixed_position1 {
    position: fixed;
    z-index: 1000;
    background: #fff;
    width: 100%;
    top: 0px;
}

.fixed_height {
    padding-top: 75px;
    overflow: hidden;
}

.zhifufangshi_title {
    font-size: 19.5pt;
    padding-left: 5%;
    padding-top: 5%;
}

.pay_height {
    overflow: hidden;
    padding-top: 10px;
}

.zhifufangshi_ul {
    display: block;
    overflow: hidden;
    margin-top: 10px;
    margin-left: 5%;
}

.zhifufangshi_ul li {
    display: block;
    width: 260px;
    float: left;
    margin-right: 20px;
}

.zhifufangshi_ul li .pay_li {
    display: block;
    width: 100%;
    height: 70px;
    line-height: 70px;
    border: #dedede 1px solid;
    text-align: center;
    position: relative;
}

.zhifufangshi_ul li .pay_li:hover {
    border: solid 2px #a7175c;
}

.zhifufangshi_ul li span {
    display: block;
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 19.5pt;
    color: #666;
    margin: 0.15625rem 0 0;
}

.select {
    background: url('/images/select.png') right bottom no-repeat;
    width: 80px;
    height: 80px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: none;
}

.zhifufangshi_ul li .pay_li.current {
    border: solid 2px #a7175c;
}

.zhifufangshi_ul li .pay_li.current .select {
    display: block;
}

.zhifufangshi_ul li img {
    width: 140px;
    height: auto;
    line-height: 70px;
}

.line-height {
    height: 83px;
    width: 200px;
    overflow: hidden;
}

.ratuo_second_bottom {
    bottom: 83px;
}

.ratuo_foot {
    width: 640px;
    height: auto;
    background: #22272e;
    text-align: center;
    position: fixed;
    bottom: 0px;
}

.ratuo_foot ul {
    width: 600px;
    height: 63px;
    padding: 15px 20px;
    background: #22272e;
}

.ratuo_foot ul li {
    width: 150px;
    height: 63px;
    float: left;
}

.ratuo_foot ul li a {
    width: 150px;
    height: 63px;
    display: inline-block;
    position: relative;
}

.ratuo_foot ul li p {
    width: 150px;
    height: 30px;
    display: inline-block;
    font-size: 18pt;
    color: #7e878f;
    text-align: center;
    line-height: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.ratuo_foot ul li a.a1 {
    background: url(/images/home.png) no-repeat top center;
}

.ratuo_foot ul li a.a2 {
    background: url(/images/shang.png) no-repeat top center;
}

.ratuo_foot ul li a.a3 {
    background: url(/images/shop.png) no-repeat top center;
}

.ratuo_foot ul li a.a3_on {
    background: url(/images/shop_on.png) no-repeat top center;
}

.ratuo_foot ul li a.a4 {
    background: url(/images/user.png) no-repeat top center;
}

.ratuo_foot ul li a.a1_on p,
.ratuo_foot ul li a.a2_on p,
.ratuo_foot ul li a.a3_on p,
.ratuo_foot ul li a.a4_on p {
    color: #fff;
}

.adv {
    background: url('/images/star_no.png') center center no-repeat;
    background-size: 40px 40px;
    width: 74px;
    height: 74px;
    float: right;
}

.adv_yes {
    background: url('/images/star_yes.png') center center no-repeat;
    background-size: 40px 40px;
    width: 74px;
    height: 74px;
    float: right;
}

#adv_4 {
    display: none;
}

.ps_options {
    width: 42%;
    height: 50px;
    border: solid 1px #eee;
    margin-left: 4%;
    margin-top: 10px;
    font-size: 17pt;
    color: #666;
    text-indent: 10px;
}

.en_nation {
    display: none;
}

.input_nation {
    width: 225px !important;
}

/*新修改页面*/
.shoppingBody {
    height: 100%;
    background: #f4f4f4;
}

.shopping_box {
    border-top: solid 1px #eeeeee;
    border-bottom: none;
}

.shopping_box:nth-of-type(1) {
    border-top: none;
}

.shopping_ul {
    overflow: hidden;
    padding-bottom: 15px;
}

.shopping_ul li {
    padding: 20px 4%;
    overflow: hidden;
    overflow: hidden;
    margin-bottom: 12px;
    background: #fff;
}

.shopping_ul li:last-child {
    padding-bottom: 12px;
    border-bottom: solid 1px #f4f4f4;
}

.shopping_ul li .order_img,
.comment_ul li .order_img {
    margin-top: 10px;
    width: 140px;
    height: 140px;
    line-height: 140px;
    overflow: hidden;
    float: left;
    border: 1px #eeeeee solid;
}

.shopping_ul li .order_img span {
    width: 140px;
    height: 140px;
    display: inline-block;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.shopping_ul li .order_img img,
.comment_ul li .order_img img {
    max-width: 100%;
    max-height: 100%;
}

.shopping_ul li .order_R,
.comment_ul li .order_R {
    float: left;
    margin-left: 20px;
}

/*新订单详情*/
.detailBody {
    background: #f4f4f4;
    margin-bottom: 150px;
}

.order_D_bg {
    background: url('/images/orderdetialbg.jpg') top center no-repeat;
    height: 144px;
    width: 100%;
}

.order_D_bg span {
    line-height: 144px;
    font-size: 21pt;
    color: #616160;
    padding-left: 50%;
    font-family: '微软雅黑';
}

.Detail_box {
    overflow: hidden;
    background: #fff;
}

.Detail_Address {
    margin: 0 auto;
    font-size: 12pt;
    color: #343434;
    width: 94%;
}

.Detail_Address ul {
    margin-top: 10px;
}

.Detail_Address ul li {
    font-size: 18pt;
    padding-left: 7%;
    color: #343434;
    line-height: 32px;
    padding-top: 0.2rem;
}

.Detail_Address ul li:nth-child(1) {
    color: #000;
    font-size: 19pt;
    font-weight: bold;
    margin-bottom: 10px;
}

.Detail_Address ul li:nth-child(2) {
    background: url('/images/location.png') left 3px no-repeat;
}

.Detail_Address ul li:nth-child(3) {
    background: url('/images/remarks.png') left 3px no-repeat;
    margin-top: 30px;
}

.Detail_Address ul li:nth-child(3) p {
    font-size: 16pt;
}

.Detail_Address ul li span {
    float: right;
    font-size: 18pt;
}

.Detail_order {
    background: #f4f4f4;
    overflow: hidden;
    margin-top: 25px;
}

.Detail_order p.shopN {
    background-color: #fff;
    padding: 0 3%;
    height: 50px;
    line-height: 50px;
    border-top: 10px solid #f4f4f4;
}

.Detail_order p.shopN i {
    font-size: 22pt;
}

.Detail_order .Detail_img {
    float: left;
    width: 140px;
    height: 140px;
    text-align: center;
    line-height: 140px;
}

.Detail_order .Detail_img span {
    display: inline-block;
    width: 140px;
    height: 140px;
    -webkit-background-size: cover;
    background-size: cover;
}

.Detail_order .Detail_n_order {
    overflow: hidden;
    width: 94%;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 15px;
    padding-bottom: 10px;
    border-bottom: 10px solid #fff;
}

.Detail_order .Detail_n_order .Detail_img img {
    max-height: 100%;
    max-width: 100%;
}

.Detail_1 {
    overflow: hidden;
    padding-left: 3%;
}

.Detail_2 {
    padding-top: 20px;
}

.Detail_order .Detail_n_order .Detail_T {
    font-size: 18pt;
    color: #2b2b2b;
    width: 70%;
    float: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

p.Attr {
    font-size: 16pt;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Detail_order .Detail_n_order .Detail_T a {
    font-size: 18pt;
    color: #333;
}

/*.Detail_order .Detail_n_order .Detail_P {
    font-size: 18pt;
    color: #2b2b2b;
    float: right;
    width: 30%;
    text-align: right;
}

    .Detail_order .Detail_n_order .Detail_P font {
        font-size: 15pt;
    }

.Detail_order .Detail_n_order .Detail_F {
    font-size: 16pt;
    color: #999;
    float: left;
}

.Detail_order .Detail_n_order .Detail_Q {
    float: right;
    font-size: 15pt;
    color: #999;
}

    .Detail_order .Detail_n_order .Detail_Q i {
        background: url('/images/qty.png') right center no-repeat;
        background-size: 13px 15px;
        width: 13px;
        height: 15px;
        padding-right: 20px;
    }

.detail_Price {
    overflow: hidden;
    width: 94%;
    margin: 0 auto;
    margin-top: 15px;
}

    .detail_Price .d_1 {
        font-size: 17pt;
        color: #999;
        overflow: hidden;
        line-height: 1.8em;
    }

        .detail_Price .d_1 .detail_L1 {
            float: left;
            font-size: 17pt;
        }

        .detail_Price .d_1 .detail_R1 {
            float: right;
            font-size: 17pt;
        }

    .detail_Price .d_2 {
        font-size: 19.5pt;
        color: #2b2b2b;
        overflow: hidden;
        padding-top: 10px;
    }

        .detail_Price .d_2 .detail_L1 {
            float: left;
            font-size: 18pt;
            color: #333;
        }*/

.Detail_order .Detail_n_order .Detail_P {
    font-size: 18pt;
    color: #2b2b2b;
    float: right;
    width: 30%;
    text-align: right;
}

.Detail_order .Detail_n_order .Detail_P font {
    font-size: 15pt;
}

.Detail_order .Detail_n_order .Detail_F {
    font-size: 16pt;
    color: #999;
    float: left;
}

.Detail_order .Detail_n_order .Detail_Q {
    float: right;
    font-size: 15pt;
    color: #999;
}

.Detail_order .Detail_n_order .Detail_Q i {
    background: url('/images/qty.png') right center no-repeat;
    background-size: 13px 15px;
    width: 13px;
    height: 15px;
    padding-right: 20px;
}

.detail_Price {
    overflow: hidden;
    width: 94%;
    margin: 0 auto;
    margin-top: 15px;
}

.detail_Price .d_1 {
    font-size: 17pt;
    color: #999;
    overflow: hidden;
    line-height: 1.8em;
}

.detail_Price .d_1 .detail_L1 {
    float: left;
    font-size: 17pt;
}

.detail_Price .d_1 .detail_R1 {
    float: right;
    font-size: 17pt;
}

.detail_Price .d_2 {
    font-size: 19.5pt;
    color: #2b2b2b;
    overflow: hidden;
    padding-top: 10px;
}

.detail_Price .d_2 .detail_L1 {
    float: left;
}

.detail_Price .d_2 .detail_R1 {
    float: right;
}

.detail_Price .d_3 {
    overflow: hidden;
    border-top: solid 2px #f8f8f8;
    margin-top: 15px;
    padding-top: 15px;
    font-size: 19.5pt;
    color: #2b2b2b;
    padding-bottom: 10px;
}

.detail_Price .d_3 .detail_L1 {
    float: left;
}

.detail_Price .d_3 .detail_R1 {
    float: right;
    color: #c5162d;
}

.Detail_info_box {
    background: #fff;
    margin-top: 10px;
    width: 100%;
    overflow: hidden;
    padding-bottom: 20px;
}

.Detail_n_info_box {
    width: 94%;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 15px;
}

.Detail_info_box p {
    font-size: 18pt;
    color: #b4b1b4;
    width: 100%;
    float: left;
    line-height: 38px;
    overflow: hidden;
}

.Detail_info_box p i {
    color: #333;
    float: right;
}

.detail_contact_us {
    margin-left: 3%;
    width: 126px;
    height: 36px;
    line-height: 36px;
    font-size: 15pt;
    background: url('/images/detailtel.png') 10px center no-repeat #c5162d;
    overflow: hidden;
    text-align: center;
    border-radius: 5px;
    padding-left: 15px;
    margin-top: 10px;
}

.detail_contact_us a {
    color: #fff;
    font-size: 15pt;
    width: 100%;
    height: 100%;
    display: block;
}

.Detail_wuliu {
    background: #fff;
    margin-top: 10px;
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
}

.Detail_n_wuliu {
    width: 94%;
    margin: 0 auto;
    overflow: hidden;
}

.Detail_wuliu_T {
    font-size: 15pt;
    color: #b4b1b4;
    padding-top: 20px;
}

#shipdetail {
    background: url('/images/wuliu_border.png') 23% top repeat-y;
    overflow: hidden;
    padding-top: 20px;
    margin-top: 20px;
    padding-bottom: 35px;
    margin-bottom: 10px;
}

#shipdetail li {
    overflow: hidden;
}

#shipdetail .ship_time {
    float: left;
    color: #adadad;
    width: 19.8%;
    margin-right: 2%;
    text-align: center;
}

#shipdetail li:first-child .ship_time {
    font-weight: bold;
    color: #4c4c4c;
}

#shipdetail .ship_intro {
    font-size: 18pt;
    color: #adadad;
    float: left;
    width: 74%;
    padding-left: 4%;
    background: url('/images/detail_border.png') left 15px no-repeat;
}

#shipdetail .shio_time {
    font-size: 15pt;
}

#shipdetail .shio_day {
    font-size: 15pt;
    line-height: 2.4em;
}

.foot_D {
    width: 640px;
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    height: auto;
    left: 0;
    right: 0;
}

.no_null {
    font-size: 17pt;
    color: #b4b1b4;
    padding-left: 10px;
}

.D_wl {
    font-size: 18pt;
    color: #b4b1b4;
    width: 100%;
    float: left;
    line-height: 38px;
    overflow: hidden;
}

.nolist {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

}

.hc_head {
    width: 100%;
    height: 324px;
    display: flex;
    align-items: center;
    align-content: space-evenly;
    justify-content: center;
    flex-wrap: wrap;
    background: url(../help/hc_bg.png) no-repeat center center;
}

.hc_head .txt {
    display: flex;
    color: #fff;
    font-size: 36px;
}

.hc_input {
    width: 90%;
    height: 80px;
    margin: 0 5%;
    background-color: #ffffff;
    border-radius: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.hc_input form {
    width: 80%;
    height: 80px;
    padding: 0 3% 0 7%;
}

.hc_input input {
    outline: none;
    border: none;
    width: 100%;
    height: 80px;
    font-size: 26px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}

.hc_input i {
    color: #888;
    font-size: 30px;
}

.hc_self {
    width: 100%;
    border-bottom: 20px solid #eee;
}

.hc_title {
    display: table;
    width: 100%;
    line-height: 32px;
    background-color: #fff;
    white-space: nowrap;
    border-spacing: 20px 0;
    margin-top: 60px;
    margin-bottom: 50px;
    font-size: 36px;
}

.hc_title:before,
.hc_title:after {
    display: table-cell;
    content: '';
    width: 50%;
    background: -webkit-linear-gradient(#eee, #eee) repeat-x left center;
    background: linear-gradient(#eee, #eee) repeat-x left center;
    background-size: 2px 2px;
}

.hc_self ul {
    width: 90%;
    padding: 0 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.hc_self ul li {
    width: 30%;
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.hc_self ul li img {
    width: 100px;
    height: 100px;
}

.hc_self ul li p {
    width: 100%;
    text-align: center;
    margin-top: 25px;
    font-size: 28px;
}

.hc_quest ul {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 94px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.hc_quest ul li {
    width: 100%;
    padding: 40px 0;
    font-size: 30px;
    border-bottom: 1px solid #eee;
}

.hc_quest ul li:first-child {
    padding-top: 0;
}

.hc_det {
    width: 90%;
    margin: 20px 5%;
    display: flex;
    flex-wrap: wrap;
}

.hc_det_title {
    width: 100%;
    height: auto;
    font-size: 30pt;
    color: #222222;
    line-height: 1.3em;
    margin-top: 30px;
    padding-bottom: 20px;
    font-weight: bolder;
    border-bottom: 1px solid #eee;
}

.hc_det_type {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 20px;
    font-size: 22pt;
    color: #7b7a7a;
    border-bottom: 1px solid #eee;
}

.hc_det_content {
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 35px;
    font-size: 22pt;
    line-height: 1.5em;
}

.hc_det_content p,
.hc_det_content span {
    font-size: 22pt !important;
    line-height: 1.5em;
}

.hc_det_content img {
    margin: auto;
    display: block;
    height: auto;
    max-width:100%
}