/* 工具 */
h2.main-title {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
    margin-bottom: 15px;
}

h3.main-title {
    font-size: 16px;
    font-weight: normal;
    color: #333;
    padding: 5px 0;
    margin-bottom: 15px;
}

.form-wrap {
    padding: 15px 0;
}

.country {
    display: inline-block;
    width: 25px;
    height: 20px;
}

p {
    margin-bottom: 10px;
}

.sub-btn {
    border-radius: 4px;
}

.sub-btn i {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 3px;
    margin-right: 5px;
}

hr.cut-off {
    height: 1px;
    border: none;
    border-top: 1px dashed #ddd;
    margin: 50px 0;
}

label {
    cursor: pointer;
    font-weight: normal !important;
}

/* 表单 */
.form-group {
    margin-bottom: 15px;
}

.form-group:after,
.fomr-group .content:after {
    content: ' ';
    display: table;
    clear: both;
}

.form-group > .title,
.form-group > .content {
    display: block;
    width: 215px;
    float: left;
    line-height: 36px;
}

.form-group > .content {
    width: calc(100% - 260px);
}

.form-group > .content > div {
    line-height: 36px;
}

.form-group > .content select,
.form-group > .content input[type="text"],
.form-group > .content input[type="email"],
.form-group > .content input[type="password"],
.auto-form input,
#json-model-form input,
.form-newspaper .wrapper .form-group input[type='text'],
.experience-wrapper input[type='text'],
.experience-wrapper select {
    display: inline-block;
    border: 1px solid #d8d8d8;
    background: #fdfdfd;
    outline: none;
    width: 285px;
    height: 36px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
    border-radius: 4px;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='password']:focus {
    background: #fff !important;
    border: 1px solid #46b781 !important;
    transition: box-shadow 0.25s linear 0s;
    box-shadow: 0 0 5px #46b781;
}

input[type="checkbox"]:checked:before {
    content: ' ';
    position: absolute;
    box-sizing: border-box;
    top: 2px;
    left: 3px;
    display: block;
    width: 10px;
    height: 6px;
    border-left: 2px solid #46b781;
    border-bottom: 2px solid #46b781;
    transform: rotate(-45deg);
}

input[type="checkbox"]:after {
    content: ' ';
    display: block;
    box-sizing: border-box;
    left: 0;
    top: 0;
    margin-top: -2px !important;
    width: 16px;
    height: 16px;
    border: 2px solid #ddd;
    background: #fff;
    border-radius: 2px;
}

a.experience-delete:hover {
    color: #1da1f2;
}

select {
    color: #555;
}

select:hover {
    color: #333;
}

.form-group .full-input,
.form-group textarea {
    width: 585px !important;
    line-height: 1.42857143;
}

.form-group .date-input input.full-input {
    width: 550px !important;
}

@media screen and (max-width: 1260px) {
    .form-group .date-input input.full-input {
        width: 390px !important;
    }
}

.form-group textarea {
    line-height: 25px;
    height: 100px;
    resize: none;
    padding: 5px;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    background: #fdfdfd;
    outline: none;
}

.form-group textarea:focus {
    background: #fff !important;
    border: 1px solid #46b781 !important;
    transition: box-shadow 0.25s linear 0s;
    box-shadow: 0 0 5px #46b781;
}

.form-group .date-input input {
    margin: 0 !important;
    border-right: none !important;
    width: 249px !important;
}

@media screen and (max-width: 1260px) {
    .form-group > .title {
        width: 220px;
    }

    .form-group > .content select,
    .form-group > .content input[type="text"],
    .form-group > .content input[type="password"] {
        width: 205px;
    }

    .form-group .full-input,
    .form-group textarea {
        width: 425px !important;
    }

    .form-group .date-input input {
        width: 169px !important;
    }
}

@media screen and (max-width: 750px) {
    .form-group > .title {
        width: 100px;
    }
}

.form-group .date-input i {
    display: inline-block;
    background: #f5f5f5;
    height: 36px;
    vertical-align: top;
    line-height: 36px;
    width: 36px;
    text-align: center;
    border: 1px solid #d8d8d8;
    border-left: none;
    color: #222;
}

.auto-form .item input.title {
    display: inline-block;
    width: 200px;
}

.auto-form .item input.content {
    display: inline-block;
    width: 500px;
}

.auto-form .item {
    vertical-align: middle;
    line-height: 36px;
    margin-bottom: 15px;
}

.auto-form a {
    color: #3872b7;
}

.pic-wrap img {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin-right: 15px;
}

.pic-wrap img.big-pic {
    width: auto;
    height: auto;
}

/* 关键词 */
.form-group .keywords {
    margin: 10px 0 0 0;
    display: none;
}

.form-group .keywords .item {
    display: inline-block;
    margin-right: 5px;
    background: #f5f5f5;
    padding: 0 10px;
    border-radius: 4px;
    font-size: 12px;
    color: #818181;
    position: relative;
    padding-right: 25px;
    line-height: 26px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
}

.form-group .keywords .item i {
    position: absolute;
    top: 0;
    right: 5px;
    color: #818181;
}

.form-group .mini-input {
    width: 100px !important;
}

.hint {
    position: absolute;
    background: #fff;
    z-index: 999;
    border: 1px solid #ddd;
    display: none;
    max-height: 300px;
    overflow-y: scroll;
}

.hint .item {
    cursor: pointer;
    padding: 10px;

}

.hint .item:hover {
    background: #eee;
}

.form-group .avatar {
    display: inline-block;
    width: 150px;
    height: 150px;
}

.form-group .avatar img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 80px;
}

.avatar-view {
    margin: 5% auto 5% !important;
    width: 180px !important;
    height: 180px !important;
    border-radius: 90px !important;
}

.avatar-view.left {
    margin: 10px 0 !important;
}

.avatar-view img {
    height: 100%;
}

.avatar-view.block {
    border-radius: 0 !important;
    width: 150px !important;
    height: 150px !important;
}

.avatar-preview img {
    min-height: 100% !important;
    min-width: 100% !important;
}

.thumbnail {
    position: relative;
    overflow: hidden;
}

.thumbnail .remove-this {
    position: absolute;
    top: -26px;
    left: 0;
    width: 100px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 26px;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    color: #fff;
    transition: all .3s;
}

.thumbnail:hover .remove-this {
    top: 0;
}

/* 产品型号标签 */
#json-model-form {
    display: none;
}

#json-model-form > .tab-wrap > a {
    display: inline-block;
    background: #ddd;
    color: #222;
    padding: 5px 15px;
    margin-right: 10px;
    border-radius: 4px;
    margin-bottom: 10px;
}

#json-model-form > .tab-wrap > a.active {
    color: #fff;
    background: #44ab7a;
}

#json-model-form > .content-wrap {
    margin-top: 15px;
}

#json-model-form > .content-wrap .title,
#json-model-form > .edit-wrap .title {
    width: 200px;
}

#json-model-form > .content-wrap .title {
    background-color: #fff;
    border: none;
    text-align: left;
}

#json-model-form > .content-wrap .content,
#json-model-form > .edit-wrap .content {
    width: 585px;
}

@media screen and (max-width: 1260px) {
    #json-model-form > .content-wrap .content,
    #json-model-form > .edit-wrap .content {
        width: 435px;
    }
}

#json-model-form > .edit-wrap .content {
    border: 1px dashed #ddd;
    background: #fff;
}

#json-model-form > .content-wrap .item {
    margin-bottom: 10px;
}

#json-model-form .item-wrap {
    display: none;
}

#json-model-form .item-wrap.active {
    display: block;
}

#json-model-form .tab-wrap {
    position: relative;
    padding-left: 211px;
    min-height: 30px;
}

#json-model-form .tab-wrap button {
    position: absolute;
    left: 0;
    display: inline-block;
    padding: 0 20px;
    line-height: 32px;
    text-align: center;
    color: #222;
    background: #fff;
    border-radius: 4px;
    outline: none;
    border: 1px solid #ddd;
    cursor: pointer;
}

#json-model-form .tab-wrap button.active {
    background: #44ab7a !important;
    color: #fff !important;
    border-color: #44ab7a !important;
}

#json-model-form .tab-wrap button:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

#json-model-form .edit-wrap {
    margin-top: 15px;
    display: none;
}

#json-model-form .edit-wrap .item {
    margin-bottom: 10px;
}

/* 编辑器 */
#uecontainer {
    max-width: 998px;
    min-height: 600px;
    margin-bottom: 20px;
}

#uecontainer .edui1_iframeholder {
    max-height: 500px;
    overflow: scroll;
}

.gray {
    color: #666;
    transition: color .3s;
}

.gray:hover {
    color: #4daf81;
}

.text-c {
    text-align: center;
}

.panel {
    background: #FFFBED;
    width: 100%;
    height: 100px;
    position: relative;
    margin-bottom: 15px;
}

.panel i {
    display: inline-block;
    vertical-align: top;
    width: 100px;
    height: 100px;
    font-size: 60px;
    text-align: center;
    line-height: 100px;
    color: #F5A623;
}

.panel p {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    color: #666;
    font-size: 14px;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}

.panel.success {
    background: #F2FAF7;
}

.panel.success i {
    color: #3AA371;
}

.panel.danger {
    background: #FFF5F7;
}

.panel.danger i {
    color: #D0021B;
}

/* 左右移动按钮 */
.move-left,
.move-right {
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 20px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    width: 50px;
    display: block;
    opacity: 0;
    transition: all .3s;
}

.move-right {
    left: 50px;
}

.thumbnail:hover .move-right,
.thumbnail:hover .move-left {
    opacity: 1;
}

.move-left:hover,
.move-right:hover {
    background: rgba(0, 0, 0, 1);
}

/* Newspaper 样式 */
.form-newspaper h2.title {
    font-size: 18px;
    font-weight: bold;
    color: #4a4a4a;
}

.form-newspaper .wrapper {
    padding-left: 160px;
    padding-top: 20px;
    position: relative;
}

.form-newspaper .wrapper .avatar-view {
    position: absolute;
    left: 0;
    top: 20px;
    width: 120px !important;
    height: 120px !important;
    margin: 0 !important;
}

.form-newspaper .wrapper .form-group .title {
    display: inline-block;
    width: 80px;
    line-height: 40px;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.form-newspaper .wrapper .form-group,
.form-newspaper .wrapper .form-group .item {
    display: flex;
}

@media screen and (max-width: 1260px) {
    .form-newspaper .wrapper .form-group {
        display: block;
    }

    .form-newspaper .wrapper .form-group .item {
        margin-bottom: 15px;
    }

    .form-newspaper .wrapper .form-group .item:last-child {
        margin-bottom: 0;
    }
}

.form-newspaper .wrapper .form-group .item {
    margin-right: 50px;
}

.form-newspaper .wrapper .form-group .item:last-child {
    margin-right: 0;
}

.form-newspaper .wrapper .form-group .tips {
    line-height: 40px;
}

.mb {
    margin-bottom: 10px !important;
}

.form-newspaper .flex {
    display: flex;
}

/* form center */
.form-center h2.title {
    font-size: 18px;
    font-weight: bold;
    color: #4a4a4a;
}

.form-center .wrapper {
    padding-left: 160px;
    padding-top: 20px;
}

.form-center .form-group .title {
    width: 80px;
}

.form-center .form-group h3.title {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    color: #444;
}

/* Experience form */
.experience-wrapper .line-1 {
    padding-left: 80px;
    margin-bottom: 15px;
}

.experience-wrapper .line-2 {
    display: flex;
    padding-left: 80px;
}

.experience-wrapper .line-2 .brief {
    width: 385px;
}

@media screen and (max-width: 1260px) {
    .experience-wrapper .line-2 .brief {
        width: 225px;
    }
}

.experience-wrapper .line-2 .time {
    width: 90px;
}

.experience-form .experience-add {
    color: #fff;
    text-decoration: none;
    background: #44ab7a;
    margin-left: 80px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.experience-form:last-child .experience-add {
    margin-bottom: 0;
}

@media screen and (max-width: 1500px) {
    .experience-form .experience-add {
        /*         padding: 2px 30px; */
    }
}

.experience-form .experience-add:hover {
    background: #46b781;
}

.experience-form .items {
    margin-top: 30px;
    position: relative;
}

.experience-form .items:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 80px;
    top: -15px;
    width: 585px;
    height: 1px;
    border-top: 1px solid #d8d8d8;
}

.experience-form .items:first-child:after {
    border-top: none;
}

.normal-btn {
    height: 36px;
    line-height: 36px;
}

.help {
    font-size: 12px;
    color: #44ab7a;
}

.help .iconfont {
    display: inline-block;
    vertical-align: middle;
    color: #44ab7a;
}

.btn-list {
    position: relative;
    border-radius: 0;
    line-height: 36px;
    height: 36px;
    cursor: pointer;
}

.btn-list:hover {
    background-color: #fff !important;
    border-color: #ddd !important;
}

.btn-list:hover ul {
    display: block;
}

.btn-list ul {
    position: absolute;
    top: 100%;
    left: -1px;
    width: calc(100% + 2px);
    display: none;
}

.btn-list ul li a {
    white-space: nowrap;
    border-radius: 0;
    width: 100%;
    border-top: none;
    display: block;
    height: 100%;
    border-top: none !important;
}

.btn-list ul li:first-child a {
    border-top: 1px solid #ddd !important;
}

.btn-list ul li a:hover {
    background-color: #f1f3f5 !important;
    border-color: #ddd !important;
}

.product-model-list {
    display: flex;
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all .3s;
}

.product-model-list.active {
    margin-bottom: 15px;
    height: auto;
    opacity: 1;
}

.product-model-list .attr-wrap {
    background-color: #ddf6ea;
    padding: 10px;
    width: 215px;
}

.product-model-list .attr-wrap > ul {
    margin-bottom: 10px;
}

.product-model-list .attr-wrap h2.title {
    font-size: 14px;
    color: #000;
    margin-bottom: 28px;
}

.product-model-list .attr-wrap h2.title a {
    font-size: 12px;
    color: #44ab7a;
}

.product-model-list .attr-wrap li input {
    line-height: 34px;
    width: 100%;
    padding-left: 6px;
    border-radius: 4px;
    border: 1px solid transparent !important;
    outline: none !important;
    background-color: transparent;
    padding-right: 30px;
}

.product-model-list .attr-wrap li input:hover {
    border: 1px dashed #44ab7a !important;
}

.product-model-list .attr-wrap li input.hover {
    border: 1px dashed #44ab7a !important;
}

.product-model-list .attr-wrap li input:focus {
    border: 1px solid transparent !important;
}

.product-model-list .attr-wrap .add-attr {
    color: #44ab7a;
    font-size: 13px;
}

.product-model-list .attr-wrap li {
    position: relative;
}

.product-model-list .attr-wrap li i {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    cursor: pointer;
    opacity: 0.3;
}

.product-model-list .attr-wrap li i:hover {
    opacity: 1;
}

.product-model-list .model-wrap {
    padding: 10px 10px;
    background-color: #f9f9f9;
    position: relative;
}

.product-model-list .model-wrap .models ul {
    display: flex;
    margin-bottom: 15px;
}

.product-model-list .model-wrap .models ul li {
    width: 137px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 20px;
    color: #48a97c;
    position: relative;
    border: 1px dashed transparent;
    margin-right: 11px;
    margin-left: 2px;
    line-height: 30px;
}

.product-model-list .model-wrap .models ul li:hover {
    border-color: #48a97c;
}

.product-model-list .model-wrap .models ul li i {
    position: absolute;
    right: 5px;
    opacity: 0.4;
    cursor: pointer;
}

.product-model-list .model-wrap .models ul li i:hover {
    opacity: 1;
}

.product-model-list .model-wrap .models ul li.edit {
    overflow: visible;
}

.product-model-list .model-wrap .models ul li input {
    position: absolute;
    background-color: #fff;
    line-height: 30px;
    width: calc(100% + 2px);
    left: -1px;
    top: -1px;
    border: 1px solid #ddd;
    text-align: center;
    color: #48a97c;
    outline: none;
}

.product-model-list .model-wrap .attr-text li {
    display: flex;
}

.product-model-list .model-wrap .attr-text li input {
    line-height: 34px;
    padding-left: 6px;
    border-radius: 0;
    width: 140px;
    border: 1px solid #ddd;
    border-top: 1px solid transparent !important;
    outline: none !important;
    margin-right: 10px;
}

.product-model-list .model-wrap .attr-text li:first-child input {
    border-top: 1px solid #ddd !important;
}

.product-model-list .model-wrap .slider {
    width: 600px;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.product-model-list .model-wrap .slider-bar {
    position: absolute;
    left: 0;
    top: 0;
    transition: all .3s ease-in-out;
}

.product-model-list .model-wrap .last {
    position: absolute;
    left: 10px;
    bottom: 10px;
    background-color: #48a97c;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    display: none;
    z-index: 9;
}

.product-model-list .model-wrap .last i {
    color: #fff;
    transform: rotate(90deg);
    display: block;
}

.product-model-list .model-wrap .next {
    position: absolute;
    right: 20px;
    bottom: 10px;
    background-color: #48a97c;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    display: none;
    z-index: 9;
}

.product-model-list .model-wrap .next i {
    color: #fff;
    transform: rotate(-90deg);
    display: block;
}

.product-model-list .model-wrap .disable {
    background-color: #e2e2e2;
}

.product-model-list .model-wrap .disable i {
    color: #9e9e9e;
}

.product-model-list .model-wrap .model-number {
    position: absolute;
    width: 200px;
    text-align: center;
    bottom: 3px;
    color: #48a97c;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
}