@size-one =0.64rem;
@size-two =0.5rem;
@size-three =0.42rem;
.common-confirm-btn {
    padding: 13px 25px;
    background-color: #ffa800;
    border-radius: 4px;
    font-size: 15px;
    color: #fff;
    display: inline-block;
    min-width: 130px;
    text-align: center;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.tryon-container {
    box-sizing: border-box;
    touch-action: none;
}

.tryon-outer {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
}

.tryon-container .img-video-tip .left .img .content {
    width: 400px;
    height: 400px;
    /*background-image: url('../imgs/v-img.png');*/
    /*background-size: 100% 100%;*/
    /*background-repeat: no-repeat;*/
}

.tryon-container .img-video-tip .left .img .content canvas {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    border: 1px solid #ccc;
}

.tryon-container {
    position: absolute;
    margin: 0 auto;
    left: 50%;
    top: 50px;
    display: inline-block;
    width: 635px;
    transform: translateX(-50%);
}

.tryon-container .dragger-place {
    height: 15px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
    cursor: move;
}

.tryon-container .edit-icons {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 10;
}

.tryon-container .edit-icons div {
    width: 34px;
    height: 34px;
    border: 2px solid #ccc;
    background-color: #fff;
    cursor: pointer;
    background-size: 25px 25px;
    background-image: url("../imgs/rotate.png");
    background-position: center;
    background-repeat: no-repeat;
}

.tryon-container .edit-icons div+div {
    margin-top: 10px;
}

.tryon-container .edit-icons div:nth-child(2) {
    background-image: url("../imgs/rotate_1.png");
}

.tryon-container .edit-icons div:nth-child(3) {
    background-image: url("../imgs/fangda.png");
}

.tryon-container .edit-icons div:nth-child(4) {
    background-image: url("../imgs/suoxiao.png");
}

.tryon-container .edit-icons div:nth-child(5) {
    background-image: url("../imgs/xia.png");
    transform: rotate(180deg);
}

.tryon-container .edit-icons div:nth-child(6) {
    background-image: url("../imgs/xia.png");
}

.tryon-container .edit-icons div:nth-child(7) {
    background-image: url("../imgs/shangxiazuoyou-_2.png");
}

.tryon-container .edit-icons div:nth-child(8) {
    background-image: url("../imgs/shangxiazuoyou-_2.png");
    transform: rotate(180deg);
}

.tryon-container .close {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    position: relative;
    background-color: #000;
    border: 4px solid #fff;
    position: absolute;
    right: -17px;
    top: -17px;
    cursor: pointer;
    background-size: 15px 15px;
    background-image: url("../imgs/icon5.png");
    background-position: center;
    background-repeat: no-repeat;
    z-index: 100;
}

.tryon-container .img-edit {
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    display: none;
}

.tryon-container .img-list {
    width: 635px;
    height: 705px;
    display: block;
    padding: 10px;
    display: flex;
    flex-direction: column-reverse;
}

.tryon-container .img-list .btns {
    width: 100%;
    margin-top: 10px;
}

.tryon-container .img-list .btns input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
}

.tryon-container .img-list .btns>div {
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
    background-color: #fdd000;
    border-radius: 4px;
    width: 300px;
    padding: 10px 0;
    text-align: center;
}

.tryon-container .img-list .btns>div .mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}

.tryon-container .img-video-tip {
    position: absolute;
    /* top: 30px; */
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    bottom: 10px;
}

.tryon-container .img-video-tip .left .img .content .videoMask {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    border: 1px solid #ccc;
    background-image: url("../imgs/mask.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.tryon-container .img-video-tip .left {
    float: left;
}

.tryon-container .img-video-tip .left .img {
    width: 400px;
    height: 400px;
    position: relative;
}

.tryon-container .img-video-tip .left .img img {
    width: 400px;
    height: 400px;
}

.tryon-container .img-video-tip .left .img .mask .cross:nth-child(1) {
    position: absolute;
    top: 100px;
    left: 100px;
}

.tryon-container .img-video-tip .left .img .mask .cross:nth-child(2) {
    position: absolute;
    top: 100px;
    left: 265px;
}

.tryon-container .img-video-tip .right {
    float: right;
    margin-left: 10px;
}

.tryon-container .img-video-tip .right .title {
    font-size: 20px;
    color: #000;
    font-weight: bold;
}

.tryon-container .img-video-tip .right .right-content {
    padding: 15px;
    height: 400px;
    background-color: #effafe;
}

.tryon-container .img-video-tip .right .item {
    margin-top: 20px;
}

.tryon-container .img-video-tip .right .item .img {
    display: inline-block;
    width: 73px;
    height: 73px;
    vertical-align: middle;
}

.tryon-container .img-video-tip .right .item:nth-child(1) .img {
    background-size: 61px 73px;
    background-image: url("../imgs/v-icon1.png");
    background-position: left center;
    background-repeat: no-repeat;
}

.tryon-container .img-video-tip .right .item:nth-child(2) .img {
    background-size: 64px 69px;
    background-image: url("../imgs/v-icon2.png");
    background-position: left center;
    background-repeat: no-repeat;
}

.tryon-container .img-video-tip .right .item:nth-child(3) .img {
    background-size: 71px 73px;
    background-image: url("../imgs/v-icon3.png");
    background-position: left center;
    background-repeat: no-repeat;
}

.tryon-container .img-video-tip .right .item .content {
    font-size: 14px;
    width: 140px;
    display: inline-block;
    vertical-align: middle;
}

.tryon-container .img-video-tip .right .item .content span:nth-child(1) {
    font-size: 18px;
    color: #000;
    font-weight: bold;
}

.tryon-container .img-video-tip .right .item .pd {
    margin-top: 10px;
}

.tryon-container .img-video-tip .right .item .pd select {
    font-size: 16px;
    padding: 5px;
    border: 1px solid #ccc;
    outline: none;
}

.tryon-container .img-video-tip .btns {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tryon-container .img-video-tip .btns div {
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

.tryon-container .img-video-tip .btns div:nth-child(1) {
    display: none;
}

.tryon-container .img-video-tip .btns div:nth-child(1), .tryon-container .img-video-tip .btns div:nth-child(2) {
    background-color: #0da9c4;
    color: #fff;
    border-radius: 4px;
    width: 400px;
}

.tryon-container .img-video-tip .btns div:nth-child(3) {
    color: #000;
    padding-left: 20px;
    font-size: 14px;
    position: relative;
}

.tryon-container .img-video-tip .btns div:nth-child(3)::before {
    content: "";
    background-image: url("../imgs/shangxiazuoyou-_2.png");
    background-size: contain;
    background-position: center center;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.tryon-container .img-list .btns>div:nth-child(1) {
    float: left;
    border: 1px solid #fdd000;
}

.tryon-container .img-list .btns>div:nth-child(1) span:nth-child(1) {
    background-size: 30px 30px;
    background-image: url("../imgs/icon3.png");
    background-position: center;
    background-repeat: no-repeat;
}

.tryon-container .img-list .btns>div:nth-child(2) {
    color: #fdd000;
    border: 1px solid #fdd000;
    background-color: #fff;
    float: right;
}

.tryon-container .img-list .btns>div:nth-child(2) span:nth-child(1) {
    background-size: 27px 30px;
    background-image: url("../imgs/cameraicon2.png");
    background-position: center;
    background-repeat: no-repeat;
}

.tryon-container .img-list .btns>div:nth-child(2) span:nth-child(2) {
    color: #fdd000;
}

.tryon-container .img-list .btns>div span:nth-child(1) {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

.tryon-container .img-list .btns>div span:nth-child(2) {
    font-size: 16px;
    display: inline-block;
    margin-left: 25px;
    text-align: center;
    color: #fff;
    vertical-align: middle;
}

.tryon-container .img-list .imgs {
    margin-top: 10px;
    display: inline-block;
    width: 600px;
    font-size: 0;
}

.tryon-container .img-list .imgs .left {
    float: left;
    border: 1px solid #ccc;
    position: relative;
    width: 500px;
}

.tryon-container .img-list .imgs .left>img {
    width: 100%;
    height: 100%;
}

.tryon-container .img-list .imgs .left .edit-icons {
    display: none;
}

.tryon-container .img-list .imgs .left:hover .edit-icons {
    display: block;
}

.tryon-container .img-list .imgs .left .mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.tryon-container .img-list .imgs .left .mask .imgContainer {
    position: absolute;
    cursor: move;
}

.tryon-container .img-list .imgs .left .mask .imgContainer img {
    width: 100%;
}

.tryon-container .img-list .imgs .right {
    float: right;
    width: 80px;
    display: inline-block;
    text-align: center;
}

.tryon-container .img-list .imgs .right .list-outer {
    height: 450px;
    overflow: hidden;
}

.tryon-container .img-list .imgs .right .list-outer .list {
    transition: all 0.3s;
}

.tryon-container .img-list .imgs .right .img {
    height: 70px;
    margin-top: 20px;
    cursor: pointer;
    position: relative;
}

.tryon-container .img-list .imgs .right .img .inner-img {
    height: 70px;
    margin-top: 20px;
    background-size: cover;
}

.tryon-container .img-list .imgs .right .img .imgClose {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: relative;
    background-color: #000;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    background-size: 10px 10px;
    background-image: url(../imgs/icon5.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 100;
}

.tryon-container .img-list .imgs .right .arrow {
    display: inline-block;
    width: 38px;
    height: 20px;
    cursor: pointer;
    background-size: 38px 20px;
    background-image: url("../imgs/arrow5.png");
    background-position: unset;
    background-repeat: unset;
}

.tryon-container .img-list .imgs .right .arrow.bottom-arrow {
    transform: rotate(180deg);
    margin-top: 20px;
}

.tryon-container .img-list .takepic-container {
    z-index: 1000;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(120, 120, 120, 0.3);
}

.tryon-container .img-list .takepic-container .takepic {
    position: absolute;
    width: 430px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 15px;
    top: 50px;
    background-color: #fff;
}

.tryon-container .img-list .takepic-container .takepic .close {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    position: relative;
    background-color: #000;
    border: 4px solid #fff;
    position: absolute;
    right: -17px;
    top: -17px;
    cursor: pointer;
    background-size: 15px 15px;
    background-image: url("../imgs/icon5.png");
    background-position: center;
    background-repeat: no-repeat;
    z-index: 100;
}

.tryon-container .img-list .takepic-container .takepic canvas {
    position: absolute;
    top: 15px;
    left: 15px;
    opacity: 0;
    border: 1px solid #ccc;
}

.tryon-container .img-list .takepic-container .takepic video {
    border: 1px solid #ccc;
}

.tryon-container .img-list .takepic-container .takepic .btns2 {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.tryon-container .img-list .takepic-container .takepic .btns2 div:nth-child(1) {
    display: none;
}

.tryon-container .img-list .takepic-container .takepic .btns2 div {
    background-color: #0da9c4;
    color: #fff;
    border-radius: 4px;
    width: 190px;
    cursor: pointer;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.tryon-container .img-upload {
    position: relative;
}

.tryon-container .img-upload .img {
    width: 400px;
    height: 400px;
    position: relative;
    overflow: hidden;
}

.tryon-container .img-upload .img .img {
    max-width: 400px;
    max-height: 400px;
    cursor: move;
    opacity: 0;
}

.tryon-container .img-upload .img .edit-icons {
    display: none;
}

.tryon-container .img-upload .img:hover .edit-icons {
    display: block;
}

.tryon-container .img-upload .img-preview {
    width: 400px;
    height: 400px;
}

.tryon-container .img-upload .tools {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    margin: 15px 0;
}

.tryon-container .img-upload .tools div:nth-child(1) {
    float: left;
    width: 260px;
}

.tryon-container .img-upload .tools div:nth-child(2) {
    float: right;
    padding-left: 20px;
    cursor: pointer;
    background-size: 14px 17px;
    background-image: url("../imgs/icon6.png");
    background-position: left center;
    background-repeat: no-repeat;
}

.tryon-container .img-upload .btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tryon-container .img-upload .btns div {
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

.tryon-container .img-upload .btns div:nth-child(1) {
    background-color: #fdd000;
    color: #fff;
    border-radius: 4px;
    width: 260px;
}

.tryon-container .img-upload .btns div:nth-child(2) {
    color: #000;
    position: relative;
    padding-left: 20px;
    font-size: 14px;
}

.tryon-container .img-upload .btns div:nth-child(2)::before {
    content: "";
    background-image: url("../imgs/shangxiazuoyou-_2.png");
    background-size: contain;
    background-position: center center;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.tryon-container .img-upload .rotate-outer {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.tryon-container .img-upload .rotate-outer .rotate-container {
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    border-radius: 4px;
}

.tryon-container .img-upload .rotate-outer .rotate-container div:nth-child(1) {
    font-size: 16px;
    color: #000;
}

.tryon-container .img-upload .rotate-outer .rotate-container input {
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    font-size: 16px;
    outline: none;
}

.tryon-container .img-upload .rotate-outer .rotate-container .btns {
    margin-top: 10px;
}

.tryon-container .img-upload .rotate-outer .rotate-container .btns div {
    margin-top: 0;
    cursor: pointer;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.tryon-container .img-upload .rotate-outer .rotate-container .btns div:nth-child(1) {
    float: left;
    color: #fff;
    background-color: #0da9c4;
    border-radius: 4px;
}

.tryon-container .img-upload .rotate-outer .rotate-container .btns div:nth-child(2) {
    float: right;
    color: #000;
}

.tryon-container .img-adjust .left {
    float: left;
}

.tryon-container .img-adjust .left .img {
    width: 400px;
    height: 400px;
    position: relative;
}

.tryon-container .img-adjust .left .img img {
    width: 400px;
    height: 400px;
}

.tryon-container .img-adjust .left .img .mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.tryon-container .img-adjust .left .img .mask .cross {
    position: absolute;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-size: 40px 40px;
    background-image: url("../imgs/icon10.png");
    background-position: unset;
    background-repeat: unset;
}

.tryon-container .img-adjust .left .img .mask .cross:nth-child(1) {
    position: absolute;
    top: 100px;
    left: 100px;
}

.tryon-container .img-adjust .left .img .mask .cross:nth-child(2) {
    position: absolute;
    top: 100px;
    left: 265px;
}

.tryon-container .img-adjust .right {
    float: right;
    margin-left: 10px;
}

.tryon-container .img-adjust .right .title {
    font-size: 20px;
    color: #000;
    font-weight: bold;
}

.tryon-container .img-adjust .right .right-content {
    padding: 15px;
    height: 400px;
    background-color: #fffbe7;
}

.tryon-container .img-adjust .right .item {
    margin-top: 20px;
}

.tryon-container .img-adjust .right .item .img {
    display: inline-block;
    width: 71px;
    height: 71px;
    vertical-align: middle;
}

.tryon-container .img-adjust .right .item:nth-child(2) .img {
    background-size: 71px 68px;
    background-image: url("../imgs/pd-icon4.png");
    background-position: left center;
    background-repeat: no-repeat;
}

.tryon-container .img-adjust .right .item:nth-child(3) .img {
    background-size: 71px 73px;
    background-image: url("../imgs/pd-icon5.png");
    background-position: left center;
    background-repeat: no-repeat;
}

.tryon-container .img-adjust .right .item:nth-child(4) .img {
    background-size: 57px 68px;
    background-image: url("../imgs/pd-icon6.png");
    background-position: left center;
    background-repeat: no-repeat;
}

.tryon-container .img-adjust .right .item .content {
    font-size: 14px;
    width: 140px;
    display: inline-block;
    vertical-align: middle;
}

.tryon-container .img-adjust .right .item .content span:nth-child(1) {
    font-size: 18px;
    color: #000;
    font-weight: bold;
}

.tryon-container .img-adjust .right .item .pd {
    margin-top: 10px;
}

.tryon-container .img-adjust .right .item .pd select {
    font-size: 16px;
    padding: 5px;
    border: 1px solid #ccc;
    outline: none;
}

.tryon-container .img-adjust .btns {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tryon-container .img-adjust .btns div {
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

.tryon-container .img-adjust .btns div:nth-child(1) {
    display: none;
}

.tryon-container .img-adjust .btns div:nth-child(1), .tryon-container .img-adjust .btns div:nth-child(2) {
    background-color: #fdd000;
    color: #fff;
    border-radius: 4px;
    width: 400px;
}

.tryon-container .img-adjust .btns div:nth-child(3) {
    color: #000;
    padding-left: 20px;
    font-size: 14px;
    position: relative;
}

.tryon-container .img-adjust .btns div:nth-child(3)::before {
    content: "";
    background-image: url("../imgs/shangxiazuoyou-_2.png");
    background-size: contain;
    background-position: center center;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.tryon-container .img-compare .glass-item .img {
    width: 400px;
    height: 400px;
}

.tryon-container .img-compare .glass-item .img>img {
    width: 398px;
    height: 398px;
}

.tryon-container .img-compare .titles {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    line-height: 1.2;
}

.tryon-container .img-compare .titles a {
    color: #fdd000;
    text-decoration: underline;
}

.tryon-container .img-compare .btns {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: space-between;
    margin-top: 20px;
    font-size: 14px;
    font-weight: bold;
}

.tryon-container .img-compare .btns div:nth-child(1) {
    cursor: pointer;
    padding-left: 33px;
    background-size: 28px 20px;
    background-image: url("../imgs/icon.png");
    background-position: left center;
    background-repeat: no-repeat;
}

.tryon-container .img-compare .btns div:nth-child(2) {
    cursor: pointer;
    padding-left: 43px;
    background-size: 37px 20px;
    background-image: url("../imgs/icon2.png");
    background-position: left center;
    background-repeat: no-repeat;
}

.tryon-container .img-compare .btns div:nth-child(3) {
    cursor: pointer;
    padding-left: 33px;
    background-size: 28px 20px;
    background-image: url("../imgs/icon-remove.png");
    background-position: left center;
    background-repeat: no-repeat;
}

.tryon-container .glass-item .img {
    border: 1px solid #ccc;
    width: 300px;
    height: 300px;
    position: relative;
}

.tryon-container .glass-item .img>img {
    width: 298px;
    height: 298px;
    border: 0;
}

.tryon-container .glass-item .img .mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.tryon-container .glass-item .img .mask img {
    position: absolute;
}

.tryon-container .img-try .outer {
    width: 1020px;
}

.tryon-container .img-try .outer>.inner {
    display: flex;
    flex-wrap: nowrap;
}

.tryon-container .img-try .outer>.inner .inner-item .inches {
    display: none;
}

.tryon-container .img-try .outer>.inner .inner-item .glass-item .img {
    width: 330px;
    height: 330px;
}

.tryon-container .img-try .outer>.inner .inner-item .glass-item .img>img {
    width: 328px;
    height: 328px;
}

.tryon-container .img-try .outer>.inner .inner-item:hover .inches {
    display: block;
}

.tryon-container .img-try .outer>.inner .inner-item:hover .glass-item {
    display: none;
}

.tryon-container .img-try .outer>.inner>div {
    width: 330px;
    display: inline-block;
}

.tryon-container .img-try .outer>.inner>div+div {
    margin-left: 15px;
}

.tryon-container .img-try .outer>.inner .inches .inner {
    padding: 5px;
    height: 330px;
    width: 330px;
    border: 1px solid #0da9c4;
}

.tryon-container .img-try .outer>.inner .inches .inner .img {
    text-align: center;
}

.tryon-container .img-try .outer>.inner .inches .inner .img img {
    max-height: 60px;
    max-width: 200px;
}

.tryon-container .img-try .outer>.inner .inches .inner .msg {
    margin-top: 10px;
}

.tryon-container .img-try .outer>.inner .inches .inner .msg .infos {
    float: left;
    width: 55%;
    overflow: hidden;
    padding-right: 5px;
}

.tryon-container .img-try .outer>.inner .inches .inner .msg .infos div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tryon-container .img-try .outer>.inner .inches .inner .msg .infos div+div {
    margin-top: 5px;
}

.tryon-container .img-try .outer>.inner .inches .inner .msg .inchInfos {
    float: right;
    width: 45%;
}

.tryon-container .img-try .outer>.inner .inches .inner .msg .inchInfos div {
    padding-left: 50px;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tryon-container .img-try .outer>.inner .inches .inner .msg .inchInfos div+div {
    margin-top: 8px;
}

.tryon-container .img-try .outer>.inner .inches .inner .msg .inchInfos a {
    margin-top: 10px;
    display: inline-block;
    color: #0da9c4;
    text-decoration: underline;
}

.tryon-container .img-try .outer>.inner .inches .inner .msg .inchInfos div:nth-child(1) {
    background-size: 48px 15px;
    background-image: url("../imgs/glass-icon-2.png");
    background-position: left center;
    background-repeat: no-repeat;
}

.tryon-container .img-try .outer>.inner .inches .inner .msg .inchInfos div:nth-child(2) {
    background-size: 48px 23px;
    background-image: url("../imgs/glass-icon-3.png");
    background-position: left center;
    background-repeat: no-repeat;
}

.tryon-container .img-try .outer>.inner .inches .inner .msg .inchInfos div:nth-child(3) {
    background-size: 48px 25px;
    background-image: url("../imgs/glass-icon-4.png");
    background-position: left center;
    background-repeat: no-repeat;
}

.tryon-container .img-try .outer>.inner .inches .inner .msg .inchInfos div:nth-child(4) {
    background-size: 48px 24px;
    background-image: url("../imgs/glass-icon-5.png");
    background-position: left center;
    background-repeat: no-repeat;
}

.tryon-container .img-try .outer>.inner .inches .inner .msg .inchInfos div:nth-child(5) {
    background-size: 48px 23px;
    background-image: url("../imgs/glass-icon-6.png");
    background-position: left center;
    background-repeat: no-repeat;
}

.tryon-container .img-try .outer>.inner .inches .inner .msg .inchInfos div:nth-child(6) {
    background-size: 48px 15px;
    background-image: url("../imgs/glass-icon-7.png");
    background-position: left center;
    background-repeat: no-repeat;
}

.tryon-container .img-try .outer>.inner .inches .inner .item {
    margin-top: 5px;
}

.tryon-container .img-try .outer>.inner .inches .inner .item span:nth-child(1) {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    float: left;
}

.tryon-container .img-try .outer>.inner .inches .inner .item span:nth-child(2) {
    display: inline-block;
    width: 130px;
    padding-left: 55px;
    text-align: right;
    height: 25px;
    line-height: 25px;
    float: right;
}

.tryon-container .img-try .outer>.inner .inches .titles {
    opacity: 0;
}

.tryon-container .img-try .outer>.inner .titles {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    margin-top: 15px;
}

.tryon-container .img-try .outer>.inner .titles span:nth-child(1) {
    float: left;
}

.tryon-container .img-try .outer>.inner .titles span:nth-child(2) {
    float: right;
}

.tryon-container .img-try .outer>.inner .titles span:nth-child(2) b:nth-child(1) {
    color: red;
}

.tryon-container .img-try .outer>.inner .titles span:nth-child(2) b:nth-child(2) {
    text-decoration: line-through;
    font-weight: normal;
    font-size: 12px;
}

.tryon-container .img-try .outer>.inner .btns {
    margin-top: 15px;
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 5px;
}

.tryon-container .img-try .outer>.inner .btns .confirm {
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    background-color: #fdd000;
    color: #fff;
    border-radius: 4px;
    width: 220px;
}

.tryon-container .img-try .outer>.inner .btns .like {
    width: 20px;
    height: 18px;
    background-size: 20px 18px;
    background-image: url("../imgs/icon14.png");
    background-position: unset;
    background-repeat: unset;
}

.tryon-container .img-try .outer>.inner .btns .like.liked {
    background-image: url("../imgs/icon15.png");
}

.tryon-container .img-try .outer>.inner .btns .trash {
    width: 16px;
    height: 20px;
    background-size: 16px 20px;
    background-image: url("../imgs/icon11.png");
    background-position: unset;
    background-repeat: unset;
}

@media (max-width: 1200px) {
    .tryon-container .img-video-tip {
        width: 100%;
        padding: 10px;
    }
    .tryon-container .img-video-tip .left {
        width: 100%;
    }
    .tryon-container .img-video-tip .left .img {
        width: 100%;
        height: auto;
    }
    .tryon-container .img-video-tip .left .img .content {
        width: 100%;
        height: auto;
    }
    .tryon-container .img-video-tip .left .img img {
        width: 100%;
        height: auto;
    }
    .tryon-container .img-video-tip .right {
        margin-top: 10px;
        display: flex;
        width: 100%;
    }
    .tryon-container .img-video-tip .right .right-content {
        width: 100%;
        height: auto;
    }
    .tryon-container .img-video-tip .right .right-content .items {
        width: 100%;
        display: flex;
    }
    .tryon-container .img-video-tip .right .right-content .items .item {
        margin-top: 10px;
        display: flex;
        flex-direction: column;
        width: 33.3%;
        padding: 0 10px;
    }
    .tryon-container .img-video-tip .right .right-content .items .item .content {
        width: auto !important;
        display: none;
    }
    .tryon-container {
        width: auto;
        left: 15px;
        right: 15px;
        transform: none;
    }
    .tryon-container .img-list {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column-reverse;
        position: relative;
    }
    .tryon-container .img-list .imgs {
        width: 100%;
    }
    .tryon-container .img-list .imgs .left {
        width: 100%;
    }
    .tryon-container .img-list .imgs .left .edit-icons {
        display: block;
    }
    .tryon-container .img-list .imgs .right {
        width: 100%;
        height: 70px;
        display: flex;
        align-items: center;
        margin-top: 10px;
    }
    .tryon-container .img-list .imgs .right .list-outer {
        flex: 1;
        height: 70px;
    }
    .tryon-container .img-list .imgs .right .list-outer .list {
        flex-direction: row;
        display: flex;
    }
    .tryon-container .img-list .imgs .right .list-outer .list .img {
        width: 70px;
        height: 70px;
        margin-left: 10px;
        flex-shrink: 0;
        margin-top: 0;
    }
    .tryon-container .img-list .imgs .right .list-outer .list .img .inner-img {
        margin-top: 0;
    }
    .tryon-container .img-list .imgs .right .arrow {
        transform: rotate(-90deg);
    }
    .tryon-container .img-list .imgs .right .arrow.bottom-arrow {
        transform: rotate(90deg);
        margin-left: 10px;
        margin-top: 0;
    }
    .tryon-container .img-list .btns {
        width: 100%;
        margin-top: 10px;
    }
    .tryon-container .img-list .btns>div {
        width: 100%;
        padding: 5px 0;
    }
    .tryon-container .img-list .btns>div.camera {
        margin-top: 10px;
    }
    .tryon-container .img-list .btns>div br {
        display: none;
    }
    .tryon-container .img-list .btns>div:nth-child(1) span:nth-child(1) {
        width: 20px;
        height: 20px;
        background-size: 20px 20px;
    }
    .tryon-container .img-list .btns>div:nth-child(2) span:nth-child(1) {
        width: 18px;
        height: 20px;
        background-size: 18px 20px;
    }
    .tryon-container .img-list .takepic-container .takepic {
        width: 100%;
        padding: 10px;
    }
    .tryon-container .img-list .takepic-container .takepic .content {
        width: 100%;
        padding-top: 100%;
        position: relative;
    }
    .tryon-container .img-list .takepic-container .takepic .content video {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .tryon-container .img-list .takepic-container .takepic .content canvas {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .tryon-container .img-upload {
        width: 100%;
        position: relative;
        padding: 10px;
    }
    .tryon-container .img-upload .edit-icons {
        display: block;
    }
    .tryon-container .img-upload .img {
        width: 100%;
        height: 0;
        padding-top: 100%;
    }
    .tryon-container .img-upload .img .cropper-container {
        margin-top: -100%;
    }
    .tryon-container .img-upload .img .edit-icons {
        display: block;
    }
    .tryon-container .img-adjust {
        width: 100%;
        padding: 10px;
    }
    .tryon-container .img-adjust .left {
        width: 100%;
    }
    .tryon-container .img-adjust .left .img {
        width: 100%;
        height: auto;
    }
    .tryon-container .img-adjust .left .img img {
        width: 100%;
        height: auto;
    }
    .tryon-container .img-adjust .btns div:nth-child(1) {
        margin-right: 5px;
        display: block;
        margin-bottom: 0;
        background-color: #fff;
        color: #0da9c4;
        border: 1px solid #0da9c4;
    }
    .tryon-container .img-adjust .btns div:nth-child(2) {
        margin-right: 5px;
    }
    .tryon-container .img-adjust .right {
        display: none;
        position: fixed;
        top: 200px;
        left: 15px;
        right: 15px;
        margin-left: 0;
        z-index: 10;
    }
    .tryon-container .img-adjust .right::before {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.3);
        margin-left: 0;
        content: " ";
        z-index: -1;
    }
    .tryon-container .img-adjust .right .close {
        width: 34px;
        height: 34px;
        border-radius: 50%;
        position: relative;
        background-color: #000;
        border: 4px solid #fff;
        position: absolute;
        right: -17px;
        top: -17px;
        cursor: pointer;
        background-size: 15px 15px;
        background-image: url(../imgs/icon5.png);
        background-position: center;
        background-repeat: no-repeat;
        z-index: 100;
    }
    .tryon-container .img-adjust .right .right-content {
        background-color: #fff;
        padding: 10px;
    }
    .tryon-container .img-adjust .right .item {
        display: flex;
        margin-top: 10px;
        align-items: center;
    }
    .tryon-container .img-adjust .right .item:nth-child(2) {
        margin-top: 10px;
    }
    .tryon-container .img-adjust .right .item .content {
        flex: 1;
        padding-left: 20px;
    }
    .tryon-container .img-compare {
        width: 100%;
        padding: 10px;
    }
    .tryon-container .img-compare .glass-item {
        width: 100%;
    }
    .tryon-container .img-compare .glass-item .img {
        width: 100%;
        height: auto;
    }
    .tryon-container .img-compare .glass-item .img img {
        width: 100%;
        height: auto;
    }
    .tryon-container .img-try {
        width: 100%;
    }
    .tryon-container .img-try .outer, .tryon-container .img-try .outer * {
        touch-action: auto;
    }
    .tryon-container .img-try .outer>.inner .inner-item:hover .glass-item {
        display: block;
    }
    .tryon-container .img-try .outer>.inner .inner-item:hover .glass-item:hover {
        display: unset;
    }
    .tryon-container .img-try .outer>.inner .inner-item:hover .inches {
        display: none;
    }
    .tryon-container .img-try .outer>.inner .inner-item:hover .inches:hover {
        display: unset;
    }
    .tryon-container .img-try .outer > .inner .inches .inner .msg .infos div{
        font-size: 13px;
    }
    .tryon-container .img-try .outer > .inner .inches .inner .msg .infos div + div {
        margin-top: 0px;
    }
    .tryon-container .img-try .outer {
        width: 100%;
        overflow-x: auto;
    }

    .tryon-container .img-try .outer>.inner .inches .inner .msg .inchInfos div{
        font-size: 13px;
    }

    .tryon-container .img-try .outer>.inner .inches .inner .msg .inchInfos div+div {
        margin-top: 3px;
    }

    .tryon-container .img-try .outer>.inner .inches .inner .msg .inchInfos a{
        margin-top: 3px;
    }
    .tryon-container .img-try .outer > .inner .inches .inner .msg .inchInfos div:nth-child(1) {
        background-size: 40px 12px;
        background-image: url(../imgs/glass-icon-2.png);
        background-position: left center;
        background-repeat: no-repeat;
    }
    .tryon-container .img-try .outer > .inner .inches .inner .msg .inchInfos div:nth-child(2) {
        background-size: 40px 18px;
        background-image: url(../imgs/glass-icon-3.png);
        background-position: left center;
        background-repeat: no-repeat;
    }
    .tryon-container .img-try .outer > .inner .inches .inner .msg .inchInfos div:nth-child(3) {
        background-size: 40px 18px;
        background-image: url(../imgs/glass-icon-4.png);
        background-position: left center;
        background-repeat: no-repeat;
    }
    .tryon-container .img-try .outer > .inner .inches .inner .msg .inchInfos div:nth-child(4) {
        background-size: 40px 18px;
        background-image: url(../imgs/glass-icon-5.png);
        background-position: left center;
        background-repeat: no-repeat;
    }
    .tryon-container .img-try .outer > .inner .inches .inner .msg .inchInfos div:nth-child(5) {
        background-size: 40px 18px;
        background-image: url(../imgs/glass-icon-6.png);
        background-position: left center;
        background-repeat: no-repeat;
    }
    .tryon-container .img-try .outer > .inner .inches .inner .msg .inchInfos div:nth-child(6) {
        background-size: 40px 12px;
        background-image: url(../imgs/glass-icon-7.png);
        background-position: left center;
        background-repeat: no-repeat;
    }
    .tryon-container .img-try .outer > .inner .btns .confirm {
        width: 170px;
    }
}

body .cropper-container {
    direction: ltr;
    font-size: 0;
    line-height: 0;
    position: relative;
    touch-action: none;
    -webkit-user-select: none;
    user-select: none;
}

body .cropper-container img {
    display: block;
    height: 100%;
    image-orientation: 0deg;
    max-height: none !important;
    max-width: none !important;
    min-height: 0 !important;
    min-width: 0 !important;
    width: 100%;
}

body .cropper-canvas, body .cropper-crop-box, body .cropper-drag-box, body .cropper-modal, body .cropper-wrap-box {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

body .cropper-canvas, body .cropper-wrap-box {
    overflow: hidden;
}

body .cropper-drag-box {
    background-color: #fff;
    opacity: 0;
}

body .cropper-modal {
    background-color: #000;
    opacity: 0.5;
}

body .cropper-view-box {
    display: block;
    height: 100%;
    outline: 1px solid #39f;
    outline-color: rgba(51, 153, 255, 0.75);
    overflow: hidden;
    width: 100%;
}

body .cropper-dashed {
    border: 0 dashed #eee;
    display: block;
    opacity: 0.5;
    position: absolute;
}

body .cropper-dashed.dashed-h {
    border-bottom-width: 1px;
    border-top-width: 1px;
    height: 33.33333%;
    left: 0;
    top: 33.33333%;
    width: 100%;
}

body .cropper-dashed.dashed-v {
    border-left-width: 1px;
    border-right-width: 1px;
    height: 100%;
    left: 33.33333%;
    top: 0;
    width: 33.33333%;
}

body .cropper-center {
    display: block;
    height: 0;
    left: 50%;
    opacity: 0.75;
    position: absolute;
    top: 50%;
    width: 0;
}

body .cropper-center:after, body .cropper-center:before {
    background-color: #eee;
    content: " ";
    display: block;
    position: absolute;
}

body .cropper-center:before {
    height: 1px;
    left: -3px;
    top: 0;
    width: 7px;
}

body .cropper-center:after {
    height: 7px;
    left: 0;
    top: -3px;
    width: 1px;
}

body .cropper-face, body .cropper-line, body .cropper-point {
    display: block;
    height: 100%;
    opacity: 0.1;
    position: absolute;
    width: 100%;
}

body .cropper-face {
    background-color: #fff;
    left: 0;
    top: 0;
}

body .cropper-line {
    background-color: #39f;
}

body .cropper-line.line-e {
    cursor: ew-resize;
    right: -3px;
    top: 0;
    width: 5px;
}

body .cropper-line.line-n {
    cursor: ns-resize;
    height: 5px;
    left: 0;
    top: -3px;
}

body .cropper-line.line-w {
    cursor: ew-resize;
    left: -3px;
    top: 0;
    width: 5px;
}

body .cropper-line.line-s {
    bottom: -3px;
    cursor: ns-resize;
    height: 5px;
    left: 0;
}

body .cropper-point {
    background-color: #39f;
    height: 5px;
    opacity: 0.75;
    width: 5px;
}

body .cropper-point.point-e {
    cursor: ew-resize;
    margin-top: -3px;
    right: -3px;
    top: 50%;
}

body .cropper-point.point-n {
    cursor: ns-resize;
    left: 50%;
    margin-left: -3px;
    top: -3px;
}

body .cropper-point.point-w {
    cursor: ew-resize;
    left: -3px;
    margin-top: -3px;
    top: 50%;
}

body .cropper-point.point-s {
    bottom: -3px;
    cursor: s-resize;
    left: 50%;
    margin-left: -3px;
}

body .cropper-point.point-ne {
    cursor: nesw-resize;
    right: -3px;
    top: -3px;
}

body .cropper-point.point-nw {
    cursor: nwse-resize;
    left: -3px;
    top: -3px;
}

body .cropper-point.point-sw {
    bottom: -3px;
    cursor: nesw-resize;
    left: -3px;
}

body .cropper-point.point-se {
    bottom: -3px;
    cursor: nwse-resize;
    height: 20px;
    opacity: 1;
    right: -3px;
    width: 20px;
}

@media (min-width: 768px) {
    body .cropper-point.point-se {
        height: 15px;
        width: 15px;
    }
}

@media (min-width: 992px) {
    body .cropper-point.point-se {
        height: 10px;
        width: 10px;
    }
}

@media (min-width: 1200px) {
    body .cropper-point.point-se {
        height: 5px;
        opacity: 0.75;
        width: 5px;
    }
}

body .cropper-point.point-se:before {
    background-color: #39f;
    bottom: -50%;
    content: " ";
    display: block;
    height: 200%;
    opacity: 0;
    position: absolute;
    right: -50%;
    width: 200%;
}

body .cropper-invisible {
    opacity: 0;
}

body .cropper-bg {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC");
}

body .cropper-hide {
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}

body .cropper-hidden {
    display: none !important;
}

body .cropper-move {
    cursor: move;
}

body .cropper-crop {
    cursor: crosshair;
}

body .cropper-disabled .cropper-drag-box, body .cropper-disabled .cropper-face, body .cropper-disabled .cropper-line, body .cropper-disabled .cropper-point {
    cursor: not-allowed;
}

.loader, .loader:before, .loader:after {
    background: #FFF;
    /*
  * load1：执行的动画名
  * 1s：执行一秒
  * infinite：执行无限次
  * ease-in-out：动画以低速开始和结束
  */
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
}

.loader:before, .loader:after {
    position: absolute;
    top: 0;
    content: '';
}

.loader:before {
    left: -1.5em;
}

.loader {
    text-indent: -9999em;
    margin: 0 auto;
    position: relative;
    font-size: 11px;
    animation-delay: 0.16s;
    transform: translateY(-50%);
    top: 50%;
}

.loader:after {
    left: 1.5em;
    /* 延时0.32s */
    animation-delay: 0.32s;
}

@keyframes load1 {
    0%, 80%, 100% {
        box-shadow: 0 0 #FFF;
        height: 4em;
    }
    40% {
        /* 实现上部拉伸 */
        box-shadow: 0 -2em #ffffff;
        /* 实现下部拉伸 */
        height: 5em;
    }
}

.loading-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2147483601;
}

.loading-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 16em;
    height: 8em;
    background-color: rgba(0, 0, 0, 0.5);
    /* padding-bottom: 10em; */
    border-radius: 1em;
    padding-top: 1.5em;
}
