/*快速采购*/
.kscg-tost{
    /*display: block;*/
    position: fixed;
    width: 100%;
    height: 100%;
    /*background: rgba(0,0,0,0.4);*/
    top: 0;
    z-index: 99999;
    left: 0;
}
.kscg-tost-close{
    transform: rotate(45deg);
    font-size: 50px;
    color: #fff;
    position: absolute;
    left: 63%;
    margin-top: 5%;
    cursor: pointer;
}
.kscg-tost .cgtbanr{
    float: right;
    background: #AAD8F2;
    border-radius: 5px;
    width: 24%;
    margin-bottom: 30px;
    padding: 30px 20px;
    box-sizing: border-box;
    position: absolute;
    left: calc(50% - 12%);
    margin-top: 5%;
    cursor: pointer;
}
.cgtbanr{
    width: 340px;
    background: #AAD8F2;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 30px 20px;
    box-sizing: border-box;
    position: absolute;
    left: calc(50% - 12%);
    margin-top: 5%;
    cursor: pointer;
}
.cgtbanr h4 {
    text-align: center;
    color: #FFF;
    font-size: 18px;
}
.cgtbanr input {
    height: 32px;
    font-size: 13px;
    color: #b9b9b9;
    padding-left: 10px;
    background: rgba(255,255,255,1);
    border-radius: 5px;
    border: 0 none;
    width: 100%;
}
.cgtbanr p {
    font-size: 13px;
    color: #FFF;
    line-height: 30px;
}
.cgtbanr .pDetailconnum {
    width: 100%;
    height: 32px;
    border-radius: 5px;
    border: 0 none;
    outline: none;
    display: block;
    line-height: 28px;
    background: #FFFFFF;
    text-align: center;
}
.cgtbanr .pDetailconnum i {
    width: 10%;
    color: #288dc6;
    font-size: 26px;
}
.pDetailconnum i {
    line-height: 32px;
    display: block;
    width: 27%;
    color: #C6C6CC;
    font-size: 22px;
    font-style: normal;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
    float: left;
}
.pDetailconnum i.jia {
    float: right;
}
.cgtbanr .pDetailconnum input {
    width: 75%;
    text-align: center;
}
.cgtbanr textarea {
    width: 100%;
    height: 70px;
    background: rgba(255,255,255,1);
    border-radius: 5px;
    border: 0 none;
    font-size: 13px;
    color: #999;
    padding: 3px 0;
    padding-left: 10px;
    line-height: 22px;
}
.cgtbanr p:nth-last-of-type(1) {
    margin-top: -10px;
}
.cgtbanr p label {
    cursor: pointer;
    margin-bottom: 0!important;
}
.cgtbanr p input {
    display: none;
}
.cgtbanr p font {
    font-size: 22px;
    opacity: 0.7;
    margin-right: 5px;
    color: #fff;
}
.cgtbanr p span {
    font-size: 12px;
    color: #e3e3e3;
}
.cgtbanrbtn {
    height: 32px;
    color: #fff;
    display: block;
    line-height: 32px;
    text-align: center;
    background: #288DC6;
    opacity: 0.9;
    border-radius: 5px;
    font-size: 14px;
}
