@charset "utf-8";
body, ol, ul, li, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea, select {
    margin: 0;
    padding: 0
}

ul, ol {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

a, s {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
}

img {
    border: 0;
    vertical-align: middle;
    margin: 0;
}

/* em, i, strong, b, s {
    font-weight: normal;
    font-style: normal;
} */

input {
    vertical-align: middle;
    vertical-align: top;
}

p {
    word-wrap: break-word
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a:focus, input, textarea {
    outline-style: none;
    border: none;
}

input[type="text"], input[type="password"], textarea {
    outline-style: none;
    -webkit-appearance: none;
}

select {
    outline-style: none;
}

textarea {
    resize: none;
    overflow-y: auto;
    overflow-x: hidden;
}

body {
    font-size: 14px;
    background: #f9f9f9;
    line-height: 1.5;
}

body, input, textarea, select {
    font-family: Arial, sans-serif, Microsoft YaHei,Helvetica Neue,PingFang SC,Hiragino Sans GB
}

html, body {
    overflow-x: hidden;
    height: auto;
    width: 100%;
}

.clearfix {
    *zoom: 1;
}

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

.hide {
    width: 0;
    height: 0;
    overflow: hidden;
    text-indent: -9999em;
    display: none;
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    color: #ccc;
}
input:-moz-placeholder,textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ccc;
}
input::-moz-placeholder,textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ccc;
}
input::-ms-input-placeholder,textarea::-moz-placeholder {
    /* Internet Explorer 10+ */
    color: #ccc;
}

body {
    background-color: #f0f0f0;
    color: #333333;
}

.txtRed {
    color: #37a2f2;
}

.txtBlack {
    color: #333333;
}
/*图片容器*/
.ig-box{
    overflow:hidden;position:absolute;width:70px;height:70px;border-radius:5px;
}
.ig-box .ig-box-img{
    position:relative;width:70px;height: 70px;cursor: pointer;object-fit: cover;object-position: center;
}
/*头部*/
header {
    width: 100%;
    height: 66px;
    background-color: white;
}

.head-place {
    background-color: #37a2f2;
    width: 100%;
    position: relative;
    height: 6px;
}

.head, .bodybox {
    height: auto;
    position: relative;
    width: 1180px;
    margin: 0 auto;
}

.bodybox {
    position: absolute;
    left: 50%;
    margin-left: -590px;
    margin-top: 48px;
}

.head {
    height: 60px;
}

.head .logo {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 50%;
    margin-top: -18px;
}

.head .title {
    position: absolute;
    font-size: 20px;
    line-height: 60px;
    margin-left: 48px;
}

.head .title .edition {
    border-radius: 1px;
    font-size: 10px;
    width: 46px;
    height: 20px;
    background-color: #37a2f2;
    color: white;
    text-align: center;
    line-height: 20px;
    position: relative;
    display: inline-block;
    top: -3px;
    left: 6px;
}

.head .user-box {
    position: relative;
    /* max-width: 330px; */
    height: 60px;
    float: right;

}
.head .user-box img {
    width: 40px;
    height: 40px;
    position: absolute;
    margin-top: 7px;
    border-radius: 50%;
}
.head .to-index {
    height: 60px;
    margin-left: 20px;
    float: right;
}
.head .to-index-btn {
    display: block;
    width: 104px;
    height: 32px;
    line-height: 32px;
    color: white;
    text-align: center;
    border-radius: 3px;
    font-size: 14px;
    cursor: pointer;
    background: #37a2f2;
    margin-top: 15px;
}

.head .user-box .xzn-box {
    display: inline-block;
    position: relative;
    height: 50px;
    margin-left: 50px;
}

.head .user-box .xzn-box div:first-child {
    width: auto;
    padding: 0 8px;
    height: 16px;
    background-color: #f0f0f0;
    color: #37a2f2;
    font-size: 10px;
    text-align: center;
    line-height: 16px;
    border-radius: 1px;
    margin-top: 9px;
    display: inline-block;
}

.xzn-box .username {
    position: relative;
    padding-right: 10px;
    max-width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 14px;
    font-size: 14px;
    margin-top: 6px;
    line-height: 14px;
}

.user-box .exit {
    float: right;
    margin-top: 33px;
    font-size: 14px;
    padding-left: 16px;
    line-height: 14px;
    height: 16px;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

button:focus {
    outline: 0;
}

/*导航*/
nav {
    width: 128px;
    position: relative;
    float: left;
}

nav .menu-box {
    width: 128px;
    font-size: 14px;
}

nav .menu-box:first-child li:first-child {
    padding-top: 0;
}

nav .menu-box li {
    width: 100px;
    height: 37px;
    margin-left: 28px;
}

nav .menu-box li a {
    display: block;
    width: 100px;
    height: 36px;
    cursor: pointer;
}

nav .menu-box li a:hover {
    color: #37a2f2;
}

nav .menu-box .menu-title::before {
    margin-left: -28px;
    margin-right: 10px;
    vertical-align: sub;
}

nav .menu-box .menu-title:first-child::before {
    content: url("../images/png_1.5_18.png");
}
nav .menu-box:nth-child(2) .menu-title::before {
    content: url("../images/png_1.8_01.png");
}
nav .menu-box:nth-child(3) .menu-title::before {
    content: url("../images/icon_yun_01.png");
}
nav .menu-box:nth-child(4) .menu-title::before {
    content: url("../images/icon_app_624.png");
}
nav .menu-box:nth-child(5) .menu-title::before {
    content: url("../images/png_app1.32_47.png");
}
nav .menu-box:nth-child(6) .menu-title::before {
    content: url("../images/icon_yun_02.png");
}

nav .menu-box:nth-child(7) .menu-title::before {
    content: url("../images/icon_yun_03.png");
}


nav .menu-box .menu-title {
    padding-top: 18px;
}

nav .menu-box:not(:last-child) li:last-child {
    border-bottom: 1px solid #ccc;
    padding-bottom: 2px;
}
nav .menu-box li .btnRed{
    color: #37a2f2;
}

/*主体内容*/
content .dv {
    width: 994px;
    position: absolute;
    height: 390px;
    right: 0;
}

content .dv-title {
    position: relative;
    font-size: 20px;
    margin-bottom: 28px;
}

/*底部*/
footer {
    position: relative;
    width: 994px;
    margin-bottom: 65px;
    margin-top: 60px;
}

footer .foot-line {
    background-color: #dedede;
    height: 1px;
    width: 994px;
    position: relative;
    margin-bottom: 28px;
}

footer p {
    position: relative;
    font-size: 14px;
    color: #999999;
    display: inline-block;
    margin-bottom: 28px;
}

footer p:last-child {
    position: absolute;
    right: 0;
}

/*裁切弹窗*/
.container {
    width: 100%;
    margin-bottom: 14px;
    position: relative;
}

.imageBox {
    position: relative;
    height: 498px;
    width: 874px;
    left: 50%;
    margin-left: -437px;
    border: 1px solid #aaa;
    background: #fff;
    overflow: hidden;
    background-repeat: no-repeat;
    cursor: move;
}

.marginBox {
    position: relative;
    width: 100%;
    height: 498px;
    padding-top: 30px;
}

.imageBox .thumbBox {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150px;
    height: 200px;
    margin-top: -100px;
    margin-left: -75px;
    box-sizing: border-box;
    border: 3px solid #37a2f2;
    box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.7);
    background: none repeat scroll 0 0 transparent;
}

.imageBox .spinner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    line-height: 400px;
    background: rgba(0, 0, 0, 0.7);
}

.Btnsty_peyton {
    float: right;
    width: 66px;
    display: inline-block;
    height: 57px;
    line-height: 57px;
    font-size: 20px;
    color: #FFFFFF;
    margin: 0 2px 10px 0;
    background-color: #37a2f2;
    border-radius: 3px;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 0 5px #B0B0B0;
    border: 0 #fff solid;
}

/*选择文件上传*/
.new-contentarea {
    width: 165px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    float: left;
}

.new-contentarea label {
    width: 100%;
    height: 100%;
    display: block;
}

.new-contentarea input[type=file] {
    width: 188px;
    height: 60px;
    background: #333;
    margin: 0 auto;
    position: absolute;
    right: 50%;
    margin-right: -94px;
    top: 0;
    right /*\**/: 0 \9;
    margin-right /*\**/: 0 \9;
    width /*\**/: 10px \9;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 2;
}
.cupBox{
    width: 994px;
    height: 600px;
    background-color: #FFFFFF;
    padding-top: 36px;
    box-sizing: border-box;
}
.footBtn{
    background-color: #F6F8F9;
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.footBtn .btnBox{
    width: 228px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    position: relative;
}
.btnBox button{
    position: relative;
    width: 104px;
    height: 32px;
    line-height: 32px;
    color: white;
    border: none;
    font-size: 14px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
}
.btnBox button > input{
    cursor: pointer;
    top: 0;
    left: 0;
}

.form{
    position: relative;
    margin: 0 auto;
    width: 538px;
}
#cut_div{
    width:468px; height:468px; position:relative; top:0; left:0;overflow: hidden; cursor:pointer;float: left;
}
#cut_div>table{
    border-collapse: collapse; z-index: 10; position: relative; left: 0; top: 0; width: 468px;  height: 468px;
}
#cut_div>table td{
    background-color: rgba(0,0,0,.7);
}
.track_box{
    padding:0 16px;box-sizing:border-box;left:50%;margin-left: -234px;background-color: rgba(0,0,0,.7);height: 60px;width: 468px;position: relative;float:left;
}
#img_track{
    float: left; width: 338px;height: 4px;background-color: #666666;border-radius: 100px;margin: -2px 20px 0 20px;position: relative;top:50%;
}
.track_box > img{
   float: left;top:50%;margin-top: -14px; cursor:pointer;position: relative;vertical-align: middle;
}
#img_grip{
    left: 156px; top:-12px;width: 28px;height: 28px;cursor: pointer; background-color: #FFFFFF;border-radius: 50%;position: absolute;z-index:1111;
}
.cup_shadow {
    opacity: 0;
    height: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: -1;
    position: fixed;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .7);
}
@media screen and (max-width:1600px){
    .cup_shadow .cup_toast,.checkModelColor {
        zoom: 0.8;
    }
}
.cup_shadow .cup_toast {
    width: 994px;
    height: 736px;
    position: relative;
    left: 50%;
    top: 50%;
    margin:-368px 0 0 -497px;
    z-index: 122;
    background-color: #FFFFFF;
}
/*大弹窗*/
.toast-shadow {
    display: none;
    top: 0;
    left: 0;
    bottom:0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 122;
    position: fixed;
    background-color: rgba(0, 0, 0, .7);
}

.toast {
    z-index: 122;
    display: none;
    position: absolute;
    width: 720px;
    height: 380px;
    top: 50%;
    margin-top: -190px;
    left: 50%;
    margin-left: -360px;
    background-color: white;
}

.toast .toastTitle,.cup_toast .toastTitle {
    width: 100%;
    position: relative;
    height: 60px;
    background-color: #F6F8F9;
    line-height: 60px;
    font-size: 20px;
    padding: 0 20px;
    box-sizing: border-box;
}

.toastTitle .btnClose {
    position: relative;
    background: url("../images/icon_yun_10.png");
    background-size: 100%;
    width: 18px;
    height: 18px;
    display: inline-block;
    float: right;
    top: 50%;
    margin-top: -9px;
    cursor: pointer;
}

.toast .toastTxt {
    position: relative;
    padding: 40px 40px 0 36px;
    box-sizing: border-box;
}

.toast .toastTxt > p {
    margin-bottom: 20px;
    font-size: 14px;
}

/*小弹窗*/
.toastSmall {
    display: none;
    padding: 0 24px;
    box-sizing: border-box;
    min-width: 330px;
    z-index: 122;
    position: fixed;
    background-color: rgba(0, 0, 0, .7);
    height: 100px;
    border-radius: 5px;
    line-height: 100px;
    font-size: 20px;
    color: white;
    text-align: center;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}

.toastTrue::before {
    position: relative;
    content: url("../images/icon_yun_16.png");
    width: 28px;
    height: 28px;
    vertical-align: sub;
    margin-right: 10px;
}
/*图片预览*/
.seeImg {
    cursor: pointer;
}

.seeImgBox {
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 222;
    background-color: black;
    position: fixed;
}
.seeImgBox .imagesBox, #loading div{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

.seeImgBox img {
    position: relative;
    width: auto;
    height: 530px;
}

.closeBtn {
    cursor: pointer;
    margin: 0 auto;
    width: 104px;
    margin-top: 36px;
    opacity: 0.1;
    background: #FFFFFF;
    border-radius: 3px;
    font-size: 14px;
    text-align: center;
    height: 32px;
    line-height: 32px;
}

.seeImgBox #closeBox > span {
    color: #FFFFFF;
    display: block;
    text-align: center;
    margin-top: -26px;
}
.loadbox{
    display: none;
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    z-index: 13;
}
.loadbox .loadingbar {
    position: absolute;
    background-color: white;
    text-align: center;
    border-radius: 5px;
    left: 50%;
    top: 50%;
    margin: -110px 0 0 -200px;
    height: 220px;
    width: 400px;
    font-size: 24px;
    line-height: 24px;
    padding: 36px 36px;
    box-sizing: border-box;
}
#progressbar{
    position: relative;
    width:100%;
    height:5px;
    background-color: #f0f0f0;
    margin:46px 0 36px 0;
}
#fill{
    position: absolute;
    text-align: center;
    width:0;
    height: 5px;
    border-radius: 5px;
    background-color: #37a2f2;
}
.loadbox .numBox{
    color: #999;
    font-size: 24px;
    line-height: 24px;
}
.checkModelColor {
    display: none;
    position: absolute;
    right: 0;
    width: 250px;
    height: 736px;
    top: 50%;
    margin-top: -368px;
    background: #000000;
    color: white;
    font-size: 18px;
    text-align: center;
    padding: 24px;
    box-sizing: border-box;
    z-index: 55555;
    left: 50%;
    margin-left: 498px;
}
.modelColorWrap{
    margin-top: 40px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.modelColorWrap li {
    position: relative;
    width: 25%;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 36px;
}
.modelColorWrap li img {
    width: 12px;
    height: 8px;
}
.modelColorWrap li .colorDot{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-top: 6px;
    cursor: pointer;
}
.chooseColor::before{
    content: '';
    position: absolute;
    width: 12px;
    height:8px;
    background: url("../iconyun1.5/png_app_09.png") no-repeat center;
    top: -10px;
    left: 50%;
    margin-left: -6px;
}
#loading {
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,.7);
    color: white;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    font-size: 16px;
    z-index: 999999;
}
#loading span {
    position: absolute;
    display: inline-block;
    overflow: hidden;
    width: 30px;
    animation:loading 2s infinite;
    -webkit-animation:loading 2s infinite; /*Safari and Chrome*/
}
@keyframes loading
{
from {width:10px;}
to {width:30px;}
}

@-webkit-keyframes loading /*Safari and Chrome*/
{
from {width:10px;}
to {width:30px;}
}
.seeYunXZ {
    position: relative;
    width: 994px;
    background-color: white;
    height: 64px;
    line-height: 64px;
    margin-top: 24px;
    text-align: center;
    font-size: 14px;
    color: #37a2f2;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    cursor: pointer;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -webkit--moz-box-pack: center;
    box-pack: center;
}
.ig-flag-video {
    width: 45px;
    height: 20px;
    background-color: rgba(0, 0, 0, .7);
    color: white;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    border-radius: 15px;
    position: absolute;
    z-index: 111;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
}
.chooseLi::after {
    content: url("/Content/yunAdmin/images/icon_yun_17.png");
    margin-left: 10px;
    position: relative;
    top: -1px;
}
.loadingShow {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    line-height: 100vh;
    text-align: center;
    z-index: 9999999;
    height: 100vh;
    width: 100%;
    font-size: 26px;
}
/* super-image上传 */
.superImageAbsolute {
    margin-top: -30px;
    margin-left: 116px;
}
.superImage {
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 3px;
    cursor: pointer;
}
.superImage .defaultImage, .superImage .superImageData {
    width: 100%;
    height: 100%;
    border-radius: 3px;
    object-fit: cover;
    object-position: center;
}
.superImage .superImageData {
    display: none;
}
.superImageDelete {
    position: absolute;
    width: 20px;
    font-size: 16px;
    height: 16px;
    right: -8px;
    top: -17px;
    z-index: 4;
    cursor: pointer;
    display: none;
}
.superImageDelete img {
    width: 16px;
    height: 16px;
}