/*
    Document   : override
    Created on : <date>
    Author     : <author>
    Description:
        This is where any of your application specific styles should be included
*/
.mr5{
    margin-right:5px;
}
.mar5{
    margin:5px 5px 0;
    display:inline-block;
}
.ml3{
    margin-left:3px;
}
.mr20{
    margin-right:20px;
}
.ml150{
    margin-left:150px;
}
.ml60{
    margin-left:60px;
}
.pl15{
    padding-left:15px;
}
.curPont{
    cursor:pointer;
}
.red{
    color:#ff0000;
}
.fontBold{
    font-weight:700;
}
.textCtr{
    text-align:center;
}
.textRgt{
    text-align:right;
}
.addToCart{
    padding:0 0 80px;
}
.addToCart h2{
    margin:30px 0;
    font-weight:700;
}
.addList{
    width:800px;
    margin:0 auto;
    background:#f4f4f4;
    border-radius:8px;
    margin-bottom:15px;
}
.addList h4{
    height:30px;
    line-height:30px;
    background:#fa9632;
    padding:0 15px;
    border-radius:8px 8px 0 0;
    color:#fff;
}
.addList ul{
    /* padding:0 15px 20px; */
}
.addList ul li{
    min-height:45px;
    /* border-top: 1px solid #ccc; */
}
.addList ul li:first-child{
    border-top: none;
}
.alignCnt{
    display:flex;
    align-items:center;
}
.flexColu{
    display:flex;
    flex-flow:column;
}
.addTo{
    text-decoration: underline;
    cursor:pointer;
}

.borderNone{
    border:none!important;
}
/*--------------------------填写结算信息-----------------*/
.enterInformDiv ul li{
    margin: 25px 0;
}
.formLeft{
    width:20%;
    display: inline-block;
    text-align: right;
}
.checkLeft{
    width:20%;
    display: inline-block;
    text-align: right;
}
.enterInformDiv ul li .loginInput {
    border-radius: 4px;
    border: 1px solid #ccc;
    padding: 5px;
    width: 70%;
}
.aligncntFR{
    display:flex;
    align-items:center;
    justify-content:center;
}
.unifyButon{
    font-size: 1.5em;
    min-width: 150px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    position: relative;
    background: #fa9632;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #fa9632;
    margin: 15px 0 20px 20px ;
}
.enterInformDiv h2{
    margin:30px 0;
    font-weight:700;
}
.cardMethod{
    font-weight:700;
    color:#fa9632;
    text-align: center;
}
.loginInputHalf{
    width:34.2%!important;
}