/*BEGIN 阿里云验证码样式*/
.aliyun-verify-mobile-background {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    height: 100%;
    padding-top: 200px;
    position: absolute;
    z-Index: 20000;
    background-color: #444444;
    display: none;
}

.aliyun-verify-mobile-title-div {
    border-radius: 10px;
    background-color: #fff;
    padding-top: 10px;
    position: absolute;
}

.aliyun-verify-mobile-title-span {
    font-weight: bold;
}

.aliyun-verify-mobile-div {
    margin-left: auto;
    margin-right: auto;
    width: 30%;
    padding-top: 70px;
    height: 100px;
    display: none;
    background-color: #fff;
    border-radius: 15px;
}

@media screen and (max-width: 2560px) {
    .aliyun-verify-mobile-div {
    }

    .aliyun-verify-mobile-title-div {
        margin-left: 35%;
        width: 30%;
        height: 150px;
    }

    .aliyun-verify-mobile-title-span {
        padding-left: 3%;
        font-size: large;
    }
}

@media screen and (max-width: 480px) {
    .aliyun-verify-mobile-div {
        width: 80%;
    }

    .aliyun-verify-mobile-title-div {
        width: 80%;
        height: 150px;
        margin-left: 10%;
    }

    .aliyun-verify-mobile-title-span {
        padding-left: 8%;
        font-size: inherit;
    }
}

/*END 阿里云验证码样式*/
/*BEGIN 360度旋转题样式*/
.cd-product-viewer-wrapper {
    text-align: center;
    padding: 2em 0;
}

.cd-product-viewer-wrapper > div {
    display: inline-block;
}

.cd-product-viewer-wrapper .product-viewer {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
}

.cd-product-viewer-wrapper img {
    max-width: 100%;
    display: block;
    position: relative;
    z-index: 1;
}

.cd-product-viewer-wrapper .product-sprite {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    height: 100%;
    /* our image sprite is composed by 16 frames */
    width: 1300%;
    background: no-repeat center center;
    background-size: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.cd-product-viewer-wrapper.loaded .product-sprite {
    /* image sprite has been loaded */
    opacity: 1;
    cursor: ew-resize;
}

/*END 360度旋转题样式*/

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {
    .fruity .table-bordered > tbody > tr > th {
        font-weight: bolder;
    }
}

.text-tiny {
    font-size: .7em
}

.text-small {
    font-size: .85em
}

.text-big {
    font-size: 1.4em
}

.text-huge {
    font-size: 1.8em
}

.common-mask {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.time-progress {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    margin: auto;
    width: 160px;
    height: 160px;
    border: 12px solid rgba(33, 79, 126, 0.2);
    border-radius: 50%;
}

@media screen and (max-width: 480px) {
    .time-progress.timeout-progress {
        top: 260px;
    }
}

.box-small {
    transform: scale(0.5);
    /* transition: transform 1s ; */
}

.box-shake {
    animation: box-shake 0.5s ease;
    transform: scale(1);
}

.text-shake {
    animation: text-shake 1s ease infinite;
    transform: scale(1);
}

.text-shake1 {
    animation: text-shake1 1s ease infinite;
    transform: scale(1);
}

@keyframes box-shake {
    0% {
        transform: scale(0.5);
    }

    50% {
        transform: scale(1.3);
    }

    60% {
        transform: scale(1);
    }

    70% {
        transform: rotate(1.3);
    }

    80% {
        transform: scale(1);
    }

    90% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes text-shake {
    0% {
        transform: scale(0.6);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.6);
    }
}

@keyframes text-shake1 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.6);
    }
}

.time-progress .time-box {
    width: 136px;
    height: 136px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.time-progress .circle-progress {
    position: absolute;
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    z-index: 0;
    border-radius: 50%;
    width: 160px;
    height: 160px;
}

.time-progress .time-box .time-text {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 22px;
    font-weight: 400;
}

.time-progress .time-box .timeout {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    line-height: 32px;
}

.time-progress .time-box .start {
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
    font-weight: 400;
}

.time-progress .time-box .time-seconds {
    font-size: 64px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    display: flex;
    align-items: center;
}

.middle-time {
    width: 192px;
    height: 32px;
    opacity: 0.8;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    line-height: 32px;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9999;
}

.circle-progress {
    flex: 1;
    position: relative;
    width: 160px;
    height: 160px;
}

.progress-box {
    width: 80px;
    height: 160px;
    position: absolute;
    top: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.left-progress {
    left: 0;
}

.right-progress {
    right: 0;
}

.circle {
    position: absolute;
    margin: 0;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 12px solid transparent;
    transform: rotate(135deg);
}

.left-circle {
    left: 0;
    border-top-color: rgba(1, 207, 151, 1);
    border-left-color: rgba(1, 207, 151, 1);
    /* animation: circle-left 5s linear infinite; */
}

.right-circle {
    right: 0;
    border-bottom-color: rgba(1, 207, 151, 1);
    border-right-color: rgba(1, 207, 151, 1);
    /* animation: circle-right 5s linear infinite; */
}

@keyframes circle-right {
    0% {
        transform: rotate(135deg);
    }

    50%,
    100% {
        transform: rotate(315deg);
    }
}

@keyframes circle-left {

    0%,
    50% {
        transform: rotate(135deg);
    }

    100% {
        transform: rotate(315deg);
    }
}

/* 提示信息style */
.my-help-style {
    margin: 0 15px 6px;
    border-radius: 6px;
    line-height: 26px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    padding: 15px 15px 15px 40px;
    display: none;
}

.my-help-style img {
    width: 16px;
    height: 14px;
    margin-right: 10px;
    position: absolute;
    left: 15px;
    top: 12px;

}

.my-help-style .my-help-text {
    padding: 0;
    width: 100%;
}
