@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?v01t6l');
    src: url('../fonts/icomoon.eot?v01t6l#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?v01t6l') format('truetype'), url('../fonts/icomoon.woff?v01t6l') format('woff'), url('../fonts/icomoon.svg?v01t6l#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

body {
    background: #fff;
    overflow: hidden
}

input::placeholder {
    color: rgb(197, 197, 197);
    opacity: 1;

}

textarea::placeholder {
    color: rgb(165, 165, 165);
    opacity: 1;

}

#baidu input::placeholder {
    color: rgb(142, 154, 152);
    opacity: 1;
}

.container {
    display: flex;

}



.left {
    position: relative;
    flex: 1;
    min-width: 500px;
    height: calc(100vh - 60px);
}


.right {
    /* box-sizing: border-box; */
    width: 360px;
    height: 100vh;
    overflow: hidden;
    position: relative;
    border-left: solid 3px #fdb23b;
    border-right: solid 3px #fdb23b;

}

#summary:focus {
    border: solid 1px #38deea;
    border-radius: 2px;
    /* 蓝色边框，当textarea获得焦点时显示 */
    outline: none;
}

#banner {
    width: 100%;
    height: 60px;
    background-color: #fdb23b;
}

#biaoti {
    box-sizing: border-box;
    width: 80%;
    height: 100%;
    font-size: 17px;
    line-height: 55px;
    padding-left: 15px;
    color: #31240f;
    float: left;
}

#close {
    box-sizing: border-box;
    width: 20%;
    height: 100%;
    float: left;
    padding-right: 15px;
}

#bi {
    font-family: 'icomoon';
    content: '\e90a';
    margin-left: 12px;
    font-size: 18px;
    line-height: 55px;
    color: #31240f;
    float: right;
    cursor: pointer;
}

#bi:hover {
    color: #f41212;
}

#form {
    box-sizing: border-box;
    width: 360px;
    height: calc(100vh - 70px);
    margin: 5px auto 0px auto;
    padding-top: 10px;
    /* background: #ffffff; */
    overflow-y: auto;
}

#form::-webkit-scrollbar {
    width: 6px;
    background-color: #ffffff;
}

#form::-webkit-scrollbar-track {
    background-color: #ffffff;
}

#form::-webkit-scrollbar-thumb {
    width: 6px;
    border-radius: 2px;
    background-color: #cacaca;
}

#summary {
    display: block;
    width: 330px;
    height: 170px;
    resize: none;
    margin: 0px auto 10px auto;

}

.express {
    width: 330px;
    font-size: 13px;
    margin: 0 auto;
}

.two {
    margin-left: 10px;
}

.ExprePay {
    display: none;


}

.ExprePay em {
    margin: 0 6px 0 10px;
}

#kdfei {
    box-sizing: border-box;
    width: 70px;
    margin-left: 5px;

}

#kdfei,
#ExpressMerchant {
    margin: 0;
    padding: 0;
    font-size: 13px;
}

.sumtotal {
    display: none;
    width: 330px;
    text-align: center;
    margin: 10px auto;
}

#sum_price {
    color: red;
    font-size: 18px;
    font-weight: 600;

}


#ten {
    display: none;
    margin-left: 5px;
}

#tenOrtw {
    display: none;
}

.ico::before {
    content: '\e902';
    font-family: 'icomoon';
    font-size: 20px;
}

.ico {
    margin-top: 30px;
}

.drop-area {
    position: relative;
    border: 2px dashed #ccc;
    width: 330px;
    text-align: center;
    min-height: 120px;
    margin: 10px auto;
    cursor: pointer;
}

.drop-area:hover {
    border: 2px dashed #60C0BD;
}

.dragover-border {
    border: 2px dashed #60C0BD;
}

.progress-bar {
    width: 0;
    height: 8px;
    background-color: #fdb23b;
    margin-bottom: 5px !important;
    transition: width 0.3s;
    display: inline-block;
}

.file-item {
    position: relative;
    width: 330px;
    height: 38px;
    margin: 7px auto;
}

.file-name {
    display: inline-block;
    width: 330px;
    font-size: 14px;
    color: #e69509;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}

.delete-btn {
    cursor: pointer;
    color: rgb(255, 255, 255);
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 8px;
    line-height: 7px;
    background-color: #fc2e2e;
    margin-bottom: 9px !important;
}

.delete-btn:hover {
    color: darkred;
}

/* 上传完成后，将进度条颜色变为绿色 */
.completed {
    background-color: #cdd8d7 !important;
    margin-bottom: 5px !important;
}

#file-input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}


/* #upload-progress {
    margin-top: 20px;
} */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}


.information,
.shouhuo {
    width: 330px;
    margin: 10px auto;
}

.infor {
    margin-left: 10px;
    color: #60C0BD;
    font-size: 14px;
    cursor: pointer;
}

.infor:hover {
    color: #fdb23b;
}

.geshi {
    font-size: 13px;
    color: rgb(110, 110, 110);
}

.qq_file {
    width: 330px;
    margin: 0px auto;
    font-size: 13px;
    text-align: right;
}

#te1,
#te2,
#te3 {
    box-sizing: border-box;
    width: 330px;
    height: 30px;
    margin-bottom: 10px;
    border: solid 1px #777878;
}

#te4,
#te5,
#te6 {
    box-sizing: border-box;
    display: block;
    width: 330px;
    height: 30px;
    margin-bottom: 10px;
    border: solid 1px #777878;
    margin: 10px auto;
}

.butn {
    width: 330px;
    margin: 50px auto 20px auto;
}

/* 新增地址css样式 */
.saveAdr {
    position: fixed;
    left: 50%;
    top: 20%;
    width: 850px;
    max-height: 1000px;
    height: auto;
    padding: 15px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    z-index: 9999;
    display: none;
    transform: translateX(-50%);
}

.close {
    position: absolute;
    top: 5px;
    left: 860px;
    font-size: 16px;
    cursor: pointer;
}

.close:hover {
    color: #60C0BD;
}

.fd {
    width: 100%;
    height: 40px;
    margin: 5px 0px 20px 0px;
}

.fd p {
    float: left;
}

.newAdr div {
    margin-top: 15px;
    line-height: 30px;
}

.newAdr {
    display: none;
}

.xxAdr {
    float: left;
}

.newAdr input {
    box-sizing: border-box;
    width: 300px;
    height: 30px;
    margin-left: 10px;
}

#teh {
    width: 300px !important;
}

.info3 {
    height: 60px;
}

.newAdr textarea {
    float: left;
    box-sizing: border-box;
    width: 300px;
    min-height: 33px;
    height: 60px;
    line-height: 1.5;
    margin-left: 10px;
    padding: 4px;
    resize: none;
    outline: none;
}

#save,
#esc {
    display: inline-block;
    width: 100px;
    height: 30px;
    margin-top: 20px;
    line-height: 30px;
    border-radius: 5px;
    text-align: center;
    color: #0f0f0f;
    background-color: rgb(236, 173, 37);
    cursor: pointer;
}

#esc {
    box-sizing: border-box;
    margin-left: 15px;
    border: solid 1px #777878;
    background-color: #fff;
}

#esc:hover {
    background-color: rgb(225, 225, 225);
}

#save:hover {
    background-color: rgb(243, 191, 79);
}

.nad {
    display: block;
    float: right;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 13px;
    margin-right: 10px;
    color: #777878;
    border: solid 1px #adafae;
    border-radius: 15px;
}

.nad:hover {
    color: #60C0BD;
    border: solid 1px #60C0BD;
    background-color: #d2efee;
}

/* 新增保存地址 css样式结束 */
.hide {
    display: none;
}

.monibutn {
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 18px;
    background-color: #e1e1e1;
    border: solid 1px #a1a1a1;
    border-radius: 5px;
    cursor: pointer;
}


.monibutn:hover {
    color: #000;
    background-color: #fdb23b;
    border: solid 1px #75624d;
}

.PlaceOrder:hover {
    color: #000;
    background-color: #fdb23b;

}

.PlaceOrder {
    box-sizing: border-box;
    position: absolute;
    bottom: 28px;
    right: 24px;
    width: 66px;
    height: 120px;
    color: #3d3d3d;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    border-radius: 6px;
    padding-top: 12px;
    background-color: #f5f5f5;
    cursor: pointer;
    display: none;
}

.fenge {
    position: absolute;
    top: 0px;
    right: 0px;
    display: flex;
    height: 60px;
}

.xiaOrder,
.PrintOrder {
    flex: 1;
    display: inline-block;
    width: 75px;
    height: 40px;
    margin: 5px;
    text-align: center;
    font-size: 14px;
    color: rgb(0, 0, 0);
    border-radius: 3px;
    cursor: pointer;
    padding: 5px;
}

.xiaOrder {
    display: none;
}

.fas {
    margin-top: 2px;
    font-size: 20px;
    color: #164240;
}

.PrintOrder:hover,
.xiaOrder:hover {
    background-color: #7fdbd8;
}



.xlcd3::before {
    content: '\e905';
    font-family: 'icomoon';
}

#sou:hover {
    border: none;
}

a {
    color: #01191a;
}

.login-bg {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 555;
    background: rgba(0, 0, 0, .5);
}

.xiaoxi {
    display: none;
    position: fixed;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    width: 460px;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    z-index: 9999;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
}

.b-box {
    width: 100%;
    height: auto;
    text-align: center;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background-color: rgb(255, 255, 255);
}

.b-box h3 {
    padding-top: 15px;
    font-size: 22px;
    font-weight: 400;
}

.b-box p {
    font-size: 16px;
    margin: 22px;
    overflow: auto;
}

.s-box {
    width: 100%;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #60C0BD;
    cursor: pointer;
}

.s-box a {
    display: inline-block;
    width: 100%;
    height: 60px;
    font-size: 20px;
    color: #fff;
}

.dingwei {

    width: 100%;
    height: 60px;

}

.move {
    display: none;
}

.top {
    width: 100%;
    height: 60px;
    background-color: #74c2be;
}

.fr {
    width: 1100px;
    height: 60px;
    line-height: 60px;
    color: #01191a;
    margin: 0px auto;
}

.bt {
    margin-right: 50px;
}

.bt a:hover {
    color: rgb(202, 242, 240);
}

.bt,
.fr ul li {
    float: left;
}


/* 间隔符样式 */

.fr ul li:nth-child(even) {
    width: 1px;
    height: 16px;
    background-color: #01191a;
    margin: 23px 15px 0;
}

.fr ul a:hover {
    color: rgb(202, 242, 240);
}

.fr ul li {
    cursor: pointer;
}

.fr form input {
    width: 286px;
    height: 30px;
    margin-top: 14px;
    border-radius: 15px;
    background-color: #bde2e1;
    border: 0 !important;
    padding-left: 18px;
    float: right;
}

.botm {
    width: 100%;
    height: 200px;
    background-color: #bde2e1;
}

.enter {
    display: none;
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 230px;
    height: 200px;
    line-height: 200px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-align: center;

    z-index: 9999;

}

.box,
.box2,
.box3 {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #fff;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.box {
    animation-name: move;

}

.box2 {
    animation-name: movee;
}

.box3 {
    animation-name: mover;
}

@keyframes move {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(10px);
    }
}

@keyframes movee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-10px);
    }
}

@keyframes mover {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(15px);
    }
}

@media (max-width:1800px) {

    #baidu {
        display: none;
    }


}

@media (max-width:1286px) {

    .PlaceOrder {
        right: 16px;
        width: 46px;
    }


}

@media (max-width:900px) {

    .PrintOrder,
    .xiaOrder,
    .right,
    .dingwei {
        display: none;
    }

    .left {

        min-width: 300px;
        height: 100vh;
    }

    #iframe {
        margin-top: 0px;
    }
}