html,body {
    font-size: 14px;
}
input:focus,textarea:focus,select:focus {
    outline: none !important;
    box-shadow:none !important;
}
.line-1{
    line-height: 1;
}
a,a:hover{
    text-decoration: none;
}
.font-20 {
    font-size: 20px;
}
.font-16{
    font-size: 16px;
}
.font-15{
    font-size: 15px;
}
.font-14{
    font-size: 14px;
}
.font-13{
    font-size: 13px;
}
.font-12{
    font-size: 12px;
}
.font-color{
    color: #626262;
}
.w-auto {
    width: auto !important;
}
.form-control {
    border-radius: 0 !important;
}
.payment-container {
    width: 600px;
    margin: 0 auto;
}
.payment-head {
    background: #62a9eb;
    color: #ffffff;
}
.payment-foot {
    background: #44c98d;
    color: #ffffff;
}
#qrcode {
    width: 240px;
    height: 240px;
    position: relative;
}
.qrcode-notice {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    height: 100%;
    background: rgba(0,0,0,.7);
}
.qrcode-notice-fa {
    font-size: 60px;
}
.qrcode-notice {
    color: #98ff21;
    text-shadow: 4px 4px 4px #000000;
}
.order-title {
    color: #FF0000;
}
.order-title:hover {
    color: #FF0000;
}
.pagination {
    justify-content: center;
}
.slider-item a{
    display: block;
    background: #F36E78;
    color: #ffffff;
    padding: 15px 10px;
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.slider-item a:hover,.slider-item a.active{
    background: #E35C66;
}