body{
    /*font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;*/
    font-family: "Microsoft YaHei" !important;
    /*-webkit-transform: translate3d(0,0,0);*/
    /*-webkit-user-select:none;*/
    /*-moz-user-select:none;*/
    /*-ms-user-select:none;*/
    /*user-select:none;*/
}
body,html{
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
}

@media screen and (-webkit-min-device-pixel-ratio: 2){
    body,html{
        -webkit-user-select: none;
    }
}

@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100%{
        -webkit-transform: rotate(360deg);
    }
}

.link-label{
    color: #2db7f5;
    background: transparent;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}

i {
    cursor: pointer;
}
a:hover {
    color: red !important;
}

.My-body {

    /*padding-bottom: 50px;*/
    min-width: 1190px;
    min-height: 100%;
    position: relative;
}
.div-locate {
    margin: 0 auto;
    width: 1190px;
    position: relative;
}
button.red-button {
    background-color: #be0f1e;
    font-size: 14px;
    border-radius: 5px;
    line-height: 1.5;
    color: #fff;
    padding: 0px 10px 1px 10px;
    border: none;
    width: 60px;
    height: 30px;
}
button.grey-button {
    background-color: #a9a9a9;
    font-size: 14px;
    border-radius: 5px;
    line-height: 1.5;
    color: #fff;
    padding: 0 10px;
    border: none;
    width: 76px;
    height: 30px;
    cursor: not-allowed;
}
button.grey-button:active {
    opacity: inherit;
}
button.blue-button {
    background-color: #49a8f5;
    font-size: 16px;
    border-radius: 5px;
    line-height: 1.5;
    color: #fff;
    padding: 5px 10px;
    border: none;
    width: 76px;
    height: 35px;
}
.none{
    display:none !important;
}
.stair-catalog {
    color: #303030;
    margin-top: 25px;
    padding-bottom: 5px;
    font-size: 20px;
    /*font-weight: bolder;*/
    border-bottom: 1px solid #ededed;
}
.vfp-catalog {
    color: #303030;
    padding-bottom: 5px;
    padding-right: 25px;
    margin-top: 20px;
    border-bottom: 1px solid #ededed;
}
.vfp-catalog-name {
    width: 600px;
    font-size: 16px;
    /*font-weight: bold;*/
    display: inline-block;
}

button:active {
    opacity: .7;
}
button {
    cursor: pointer;
    outline:none;
}
.selector{
    cursor: pointer;
}
.My-body .ant-back-top-content {
    background-color: #edeff1;
}
.caigou-confirm .ant-btn-primary {
    background-color: #be0f1e !important;
    border-color: #be0f1e !important;
}
.caigou-confirm .ant-btn-ghost:hover,.caigou-confirm .ant-btn-ghost:focus {
    color: #be0f1e !important;
    border-color: #be0f1e !important;
}