﻿.width-90 {
    width:90px;
}
.width-custom{
    width:345px;
}
.ConfirmModalStyles .btn-close{
     border: solid 1px #dedede;
     color:inherit;
}
.ConfirmModalStyles .modal-body,.ErrorTipModalStyles #modal_error_tip {
    color:#333;
    margin-bottom:0;
    margin-top:10px;
}
.ConfirmModalStyles .modal-footer,.ErrorTipModalStyles  .modal-footer {
     padding-top:20px;
     padding-bottom:30px;
}
.ConfirmModalStyles .modal-header .close, .ErrorTipModalStyles .modal-header .close {
    padding:0;
    padding-top:10px;
    padding-right:10px;
}
.support-banner {
	height: 400px;
	background: #eee;
	position: relative;
	background: url('../images/support/header_bg.jpg') no-repeat center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}
.support-search-part{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.support-type-content {
  border-radius: 4px;
  border-top: transparent;
  background-color: #ffffff;
  padding:35px 55px;
}
.support-type-content > font-face {
    font-size: 16px;
    padding-bottom: 10px;
    color: #999;
}
.select-title {
    font-size: 24px;
    font-weight: 600;
    color: #4C4C4C;
    font-family: Raleway-Bold !important;
}
.support-search-part h1 {
    font-size: 48px;
     font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.support-search-part>div {
  width: 450px;
  height: 48px;
  border-radius: 2px;
   margin:auto;
}
.support-search-part>div > input {
    outline:none;
    width: 100%;
    height:100%;
    padding: 20px .75rem;
    padding-left:40px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    color: #333;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #fff;
    border-radius: 3px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.support-search-part > div > input:focus {
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
}



.support-page{
	font-size:16px;
	margin:30px 0 0;
    display:flex;
}
.support-page>div{
    flex:1;
    border:1px solid transparent;
}
.support-page > .select-support:not(.active):hover {
    color: #666;
}
.support-page > .select-support:not(.active):hover .iconConent{
       background: #666;
}
.support-page>.select-support{
    font-size: 16px;
    font-weight: 600;
    color: #999;
	padding:30px;
    box-sizing:border-box;
	cursor:pointer;
}
.support-page>.select-support.active{
    transition-duration:0s !important;
	color:#007aff!important;
    background-color:white;
    border:1px solid transparent;
}
.support-page>.select-support:nth-child(2){
    border-left:1px solid #eee;
	border-top-right-radius:5px;
}
.support-page>.select-support:nth-child(1){
	border-top-left-radius:5px;
    border-right:none;
}


.support-subcategory{
	margin-left:25px;
}
.support-category,.support-subcategory{
	display:inline-block;
	width:calc((99.99% - 30px)/2);
	vertical-align:top;
}
.support-category-content,.support-subcategory-content{
	border:1px solid #dedede;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	height:272px;
	overflow-y:auto;
}
.support-category-content .category-list,.support-subcategory-content .subcategory-list{
	border-bottom:1px solid #dedede;
	cursor:pointer;
    color:#999;
    padding: 10px;
}
.category-list.active,.subcategory-list.active{
    background-color: #f9f9f9;
    color: #0577e7;
}
.category-list-title{
    font-size: 16px;
    font-weight: 600;
	border:1px solid #162029;
	background:#162029;
	color:white;
	line-height:45px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
.category-list:not(.active):hover,.subcategory-list:not(.active):hover{
	background-color: #f9f9f9;
	color: #666;
}
.support-product{
	margin:30px 0;
}
.support-product-content{
	text-align:left;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.support-product-list{
    width: 16%;
    margin-right: 0.8%;
    box-sizing: border-box;
    position:relative;
	display:inline-block;
	padding:20px 15px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.18);
	border-radius:4px;
	margin-bottom:30px;
	vertical-align: top;
	cursor:pointer;
    transition:all 0.3s ease;
}
.sup-pro-href {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index:10;
}
.btn-step{
    width: 150px;
    height: 35px;
    line-height: 35px;
    background-color: #0077ec;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 0;
}
.support-product-list:hover{
	transform: translate(0, -4px);
    box-shadow: 0 3px 8.9px 0.6px rgba(4, 25, 55, 0.16);
}
.support-product-list:nth-child(6n+6){
	margin-right:0;
}
.product-img{
	width:100%;
	height:65px;
	position:relative;
	margin-bottom:25px;
	margin-top:10px;
	text-align:center;
}
.product-img img{
	max-height:100%;
	max-width:100%;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.product-message{
	/*height:75px;
	overflow:hidden;*/
}
.support-claim-page,.support-claim-form{
	min-height: 450px;
    /*border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);*/
    /*padding:35px 55px;*/
}
.support-claim-page {
	/*background: url('../images/support/map.jpg') no-repeat center center;*/
	/*background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;*/
}
#toSupportForm{
	font-size:18px;
	margin:15px 30px 20px;
    padding: 22px 50px;
}
.serviceMess{
	font-size:13px;
	color:#7f7f7f;
    font-weight: 600;
}
.serviceMess a{
	text-decoration:underline;
    color: #7f7f7f;
font-weight: 400;
}
.modal-header,.modal-footer{
	border:none;
}
.modal-body{
	margin:25px;
    margin-top:0;
	padding:0;
}
.support-main{
    margin:30px auto;
    margin-bottom:60px;
    box-shadow: 0 1px 2.9px 0.6px rgba(4, 25, 55, 0.16);
    padding:0;
	/*width:1
        !important;
	min-width:1170px!important;*/
}
.country-message{
	margin-top:20px;
	padding:15px;
	border-radius: 2px;
  background-color: #ffffff;
  border: solid 1px #d6d6d6;
}
.country-message p {
    margin-bottom:5px;
}
.country-message p:last-child {
    margin-bottom:0px;
}
.step-list{
	display:inline-block;
	float:left;
	position:relative;
	width:calc((99.99% - 26px)/3);
}
.step-list:first-child{
	width:26px;
}
.step-number{
	color:white;
	background:#bfcbd9;
	display:inline-block;
	width:26px;
	height:26px;
    line-height:26px;
	border-radius:50%;
	text-align: center;
    padding: 0;
	cursor:pointer;
}
.step-number.notallowed{
	cursor:not-allowed;
}
.step-progress{
	width: calc(99.99% - 26px);
    display: inline-block;
    border: 2px solid #bfcbd9;
    position: relative;
    top: -2px;
}
.step-list.done .step-number{
	background:#0077ec;
}
.step-list.done .step-progress{
	border-color:#0077ec;
}
.step-list .step-title{
	position:absolute;
	width:220px;
    color:#999;
    text-align:center;
    font-family: TitilliumWeb-Light !important;
}

.step-list:nth-child(1) .step-title{
	top:-25px;
	left:-90px;
}
.step-list:nth-child(2) .step-title{
	top:-25px;
	right:-98px;
}
.step-list:nth-child(3) .step-title{
	top:-25px;
	right:-97px;
}
.step-list:nth-child(4) .step-title{
	top:-25px;
	right:-96px;
}
.step-list.done .step-title{
	color:#0077ec;
}
.step-bar{
	width:80%;
	height:26px;
	margin:80px auto 50px;
}
.step-form{
	width:540px;
	margin:0 auto;
	display:none;
}
.step-form  .form-group > label {
    font-weight:600;
    font-family: Raleway-Medium;
}
.form-control:focus {
    border-color: #13A4FA;
}
.step-form.active{
	display:block;
}
.btnContent{
	position:relative;
}
.btnContent .btn[disabled]{
	cursor:not-allowed;
    border: solid 1px #cccccc !important;
    color: #999999;
}
.btnContent .btn:last-child{
	position:absolute;
	right:0
}
.select-itemCode{
     font-size: 16px;
    font-weight: bold;
	box-sizing:border-box;
	display:inline-block;
	width:50%;
	/*background-color: #f7f7f7;*/
	/*border: solid 1px #d6d6d6;*/
	text-align:center;
	padding:10px 0;
	position:relative;
	cursor:pointer;
}
.select-itemCode:last-child{
	margin-left:-5px;
}
.select-itemCode.active{
	/*background-color: #0077ec;*/
	/*border-color:#0077ec;*/
	 color: #0077ec;
    border-radius: 25px;
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.34);
      background-color: #ffffff;
}
.triangle-down{
	width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #0077ec;
	position:absolute;
	top:100%;
	left:50%;
	transform:translateX(-50%);
	z-index:-1;
}
.select-itemCode.active .triangle-down{
	z-index:1;
}
.jFiler-input-dragDrop{
	width:auto;
	margin:20px;
    /*margin-bottom:0;*/
	background:white;
}
.upload-form .jFiler-input-choose-btn{
	color:white;
    border:none;
}
.upload-form{
	border-radius: 4px;
	background-color: #fafbfd;
	border: solid 1px #dedede;
}
.finish-content{
	border-radius: 4px;
	background-color: #ffffff;
	border: solid 1px #dedede;
	padding:50px;
}
.finish-message p{
	line-height:1.71;
	color:#333;
	font-weight:bold;
	font-size:14px;
	margin-bottom:0px;
    font-family: Raleway-Medium !important;
}
.item-code-form{
	display:none;
}
.item-code-form.active{
	display:block;
}
#personal-captcha{
	width:350px;
	margin-right:25px;
	display:inline-block;
	vertical-align:top;
}
.img-captcha{
	display:inline-block;
	width:160px;
	border-radius: 2px;
	background-color: #ffffff;
	height:34px;
    position: relative;
}
.codeImg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    cursor: pointer;
}
#v_container,#v_container>#verifyCanvas{
	width:100%!important;
	height:100%!important;
}
#noteMessage{
	position:fixed;
	right:30px;
	bottom:30px;
	width: 300px;
	height: auto;
	border-radius: 3px;
	background-color: #f4f9ff;
	border: solid 1px #acd2ff;
	padding:15px 20px;
	color: #4099ff;
	z-index:99999;
}
.closeNote{
	position:absolute;
	right: 5px;
    top: 0px;
    display: inline-block;
    width: 15px;
    height: 15px;
    text-align: center;
	cursor:pointer;
}
.form-radio .radio:first-child{
	padding-left:0;
}
.form-radio .radio label:before{
	display:none;
}
.checkbox label::after{
	top:-1px;
	left:-1px;
	color:#0077ec;
}
#ItemList{
	margin-bottom:15px;
}
.item-content{
	padding:20px;
	border:1px solid #d6d6d6;
	background:#f0f0f0;
	border-radius:3px;
}
.item-list{
	margin-bottom:15px;
	position:relative;
}
.item-list:last-child{
	margin-bottom:0;
}
.item-list .fa-trash{
	position:absolute;
	top:10px;
	right:10px;
	cursor:pointer;
}
input:read-only{
	background-color: #f7f7f7!important;
}
/*.selectItem{
	width:65px;
	margin-left:-5px;
	border-bottom-right-radius:0;
	border-top-right-radius:0;
    color:#fff !important;
}*/
.item-selected{
	border-bottom-right-radius:0;
	border-top-right-radius:0;
	display:inline-block;
	width:calc(99.99% - 65px);
}
#selectItemModal .modal-body{
	padding:20px;
	margin:0;
	background:#f7f7f7;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
}
#selectItemModal .modal-footer{
	margin-top:0;
	border-top:1px solid #d6d6d6;
}
.img-70{
	max-height:70px;
	max-width:70px;
}
#selectItemModal .modal-dialog.modal-max{
	max-width: 100%;
}
.list-item .checkbox label::before,.list-item .checkbox label::after{
	top:50%;
	transform:translateY(-50%);
}
.iconConent{
	background:#999;
	color:white;
	padding:15px;
	border-radius:50%;
	height:55px;
	width:55px;
	display: inline-block;
    margin-bottom: 10px;
}
.iconConent i{
	font-size:28px;
}
.select-support.active .iconConent{
	background:#0077ec;
}
.accessoryImg{
	height:350px;
	width:350px;
	/*margin-right:15px;*/
	display:inline-block;
	vertical-align: top;
}
.accessoryImg img{
	max-height:100%;
	max-width:100%;
	position:relative;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.accessoryContent{
	display:inline-block;
	width:calc(99.99% - 370px);
	overflow-y:auto;
	height:350px;
}
.minusAcAmount,.plusAcAmount{
	display:inline-block;
	background:#f5f5f5;
	border: solid 1px #d6d6d6;
	width:25px;
	padding:6px;
	text-align:center;
	cursor:pointer;
}
.txtAcAmount{
	display:inline-block;
	width:30px;
	padding:6px;
	border:solid 1px #d6d6d6;
	border-left:none;
	border-right:none;
	margin:0;
	text-align:center;
	outline:none;
}

#accessoryList .checkbox{
	margin-top:0;
}
.SerialContent{
	width:100%;
	margin:30px auto;
    margin-bottom:20px;
	text-align: center;
}
.SerialContent>div{
    margin:0 auto;
    display:inline-block;
}
.SerialContent .font-weight-bold{
    text-align:left;
    display:block;
}
.SerialContent label span{
	color: #9e9e9e;
	font-weight:normal;
}
#submitSerialNum{
	background:#0077ec;
	border-color:#0077ec;
	color:white;
	cursor:pointer;
    height:36px;
    border-top-left-radius:0;
    border-bottom-left-radius:0;
}
.upload-message{
	margin-top:20px;
	font-size:12px;
}
.jFiler-item-thumb-image{
	width:36px!important;
	height:36px!important;
	display: inline-block;
    vertical-align: top;
}
.jFiler-item-thumb-image img{
	max-height:100%!important;
	max-width:100%!important;
	position:relative;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.jFiler-items-grid .jFiler-item{
	float:none;
}
.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-info{
	display:inline-block;
	width:auto
}
.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-info p{
	color:#999;
	font-size: 14px;
	margin-bottom:0;
}
.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-assets{
	float:right;
}
.jFiler-items-grid .jFiler-item .jFiler-item-container{
	margin:0;
	border:none;
	border-bottom:1px solid #dedede;
	padding:20px;
	border-radius:0;
    background:transparent;
}
.jFiler-items-grid .jFiler-item:first-child .jFiler-item-container{
	margin-top: -20px;
}
/*.jFiler-items.jFiler-row {
    margin-top: -20px;
}*/
.jFiler-items-grid .jFiler-item:last-child .jFiler-item-container{
	border-bottom:none;
}
.finishIcon{
	font-size:60px;
	color:#92de26;
}
.nameContent{
	display:inline-block;
	width:calc(99.99% - 80px);
	padding-left:15px;
	vertical-align:middle;
}
span.jFiler-icon-file{
	width: 36px;
    height: 36px;
    line-height: 40px;
	font-size: 7px;
    font-weight: normal;
	border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.SerialContent .input-group{
	position:relative;
}
.serialResults{
	position:absolute;
	z-index:9999;
	top:40px;
	left:0;
	width:540px;
	background:#fff;
	box-shadow: 0 1px 2.9px 0.6px rgba(4, 25, 55, 0.16);
    border-radius: 3px;
    max-height:450px;
    overflow-y: scroll;
}
.serialList{
	padding:10px 20px;
	border-bottom:1px solid #d6d6d6;
	cursor:pointer;
    display: flex;
    align-items: center;
     color: #999999;
}
.serialList .imgCount{
	display:inline-block;
	width:70px;
    height:70px;
	margin-right:20px;
    border: 1px solid #dedede;
	/*vertical-align:top;*/
    text-align:center;
    position:relative;
}
.serialList .imgCount > * {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}
.serialList .serialMess{
	display:inline-block;
	width:calc(99.99% - 95px);
        padding: 5px 0;
        text-align:left;
}
.serialList>a{
    width: 100%;
}
.noData{
	text-align:center;
	padding:20px;
}
.tip-icons {
    height:100%;
    color: #bfcbd9;
    padding: 0 10px;
    /* width: 75px; */
    position: absolute;
    /*left: 505px;*/
    top: 50%;
    transform: translateY(-50%);
}
.tip-icons.icon-left {
    left: 480px;
}
.tip-icons.icon-r {
    left: 505px;
}
.tip-icons i {
    /*padding: 5px;*/
    cursor:pointer;
}
.tip-icons i:first-child {
    /*margin-right:5px;*/
}
.btnContent .btn {
    padding-left: 30px;
    padding-right:30px;
    border: solid 1px #0077ec;
}
label.adjust-pos::before {
    top:3px;
}
label.adjust-pos::after {
top: 2px;
}
.limit-width {
    min-width:105px;
}
.icon_inipt {
    position: absolute;
    top: 50%;
    right: 0;
    transform:translateY(-50%);
    color: #bfcbd9;
    height:100%;
    padding:0 10px;
}
.tooltip-inner {
    background-color: #fff !important;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1) !important;
    color: #000 !important;
    padding: .375rem .75rem !important;
    max-width:100% !important;
}
.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
    border-right-color:#fff !important;
}

@media (min-width: 576px){
    .modal-width-container {
        max-width: 540px;
    }
}
@media (min-width: 768px){
    .modal-width-container {
        max-width: 720px;
    }
}
@media (min-width: 992px){
    .modal-width-container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .modal-width-container {
        max-width: 1140px;
    }
}
.modal-width-container{
   width:100%;
   padding-right: 15px;
   padding-left: 15px;
}
#searchSerial {
    width: 540px;
    display:inline-block;
    border-top-right-radius:0px;
    border-bottom-right-radius:0px;
    margin-right:-5px;
    vertical-align:top;
    height:36px;
}
#searchSerial::-webkit-input-placeholder {
font-size: 14px;
color: #999;
}
#myModal .close{
    width:20px;
    height:20px;
    margin-right: 10px;
    margin-top: 10px;
}
.small-tip-color {
    color: #7F7F7F
}
#countryName {
    font-size: 16px;
    font-weight: 600;
}
.radio .helper::after {
    transform: scale(0);
    background-color: #0577E7;
    border-color: #0577E7;
}
.radio input:checked ~ .helper::before {
    border: 1px solid #D6D6D6;
}
.support-search-icon {
    color: #999999;
    font-size:16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
}
.icon-jfi-cloud-icon {
    display:inline-block;
    width: 68px;
    height: 54px;
    background:url(../images/icons/upload_cloud.svg);
    background-repeat:no-repeat;
    background-size:contain;
}
.jFiler-input-text h3 ,.upload-message h3{
    color:#333;
    font-size: 16px;
    font-family: Raleway-Medium !important;
}
.jFiler-input-dragDrop .jFiler-input-icon {
margin-top: 20px;
}
.jFiler-theme-dragdropbox.dragged .jFiler-input-dragDrop {
    border-color:#0077ec;
}
.hover-ef svg:hover path{
    fill:#007aff;
}



/*us独有的四个标签样式*/
.us-add-container{
    margin:30px auto;
    margin-bottom:38px;
    padding:0;
}
.us-add-container .support-add-buttons{
    display:flex;
}

.us-add-container .support-add-buttons>a{
    flex:1;
    margin-right:3%;
    display:inline-block;
    overflow:hidden;
    box-shadow:0 1px 2.9px 0.6px rgba(4,25,55,0.16);
    transition: all .25s ease-in-out;
}
.us-add-container .support-add-buttons>a>div{
    vertical-align:middle;
    border-radius:4px;
    background-color:white;
    padding: 21px 45px;
    box-sizing:border-box;
    border:1px solid transparent;
    text-align:center;
    height:105px;
    position:relative;
}
.us-add-container .support-add-buttons>a path{
    transition: all .25s ease-in-out;
}
.us-add-container .support-add-buttons>a:last-child{
    margin-right:0px;
}

.us-add-container .support-add-buttons>a>div div{
    float:left;
    margin:auto;
    color:#999;
}

.us-add-container .support-add-buttons>a>div div:nth-of-type(2){
    width:146px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right:22%;
    text-align:left;
}
.us-add-container .support-add-buttons>a>div div:nth-of-type(2) p{
    margin:0px;
}

.us-add-container .support-add-buttons>a:hover p{
	/*transform: translate(0, -4px);
    box-shadow: 0 3px 8.9px 0.6px rgba(4, 25, 55, 0.16);*/
    transition: all .25s ease-in-out;
    color:#0077ec;
}
.us-add-container .support-add-buttons>a:hover{
    box-shadow: 0 3px 8.9px 0.6px rgba(4, 25, 55, 0.16);
    color:#0077ec;
}

.us-add-container .support-add-buttons>a:hover svg path:nth-of-type(2){
    fill:#0077ec;
}
.us-add-container .support-add-buttons>a:hover svg path:nth-of-type(1){
    fill:#fff;
}


#starsSubmit .iconfont{
    font-size: 30px;
    cursor: pointer;
    color: #d7d7d7;
}
#starsSubmit .iconfont.light{
    color: #ffd54e;
}
.greatEvaluation,.badEvaluation span{
    font-size: 14px;
    color: #333333;
    display: block;
    text-align: center;
    width: 100%;
}
.badEvaluation textarea{
    width: 100%;
    height: 100px;
    resize:none;
    border-radius: 2px;
    border: solid 1px #d6d6d6;
    background-color: #ffffff;
    margin-top: 10px;
    padding: 6px;
}

#evaluationConfirm{
    height: 405px;
}
#evaluationConfirm .modal-body>div{
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width: 330px;
}

.redColor{
    font-size: 13px;
}
.jumpUrl a{
    text-decoration: underline;
    color: red;
    margin: 0 5px;
    font-family: Raleway-Light !important;
}
.disabled{
    pointer-events: auto!important;
    cursor: not-allowed!important;
}
.radio input:disabled ~ .helper::before{
    background-color: #eeeeee;
    cursor: not-allowed;
}
.radio input:disabled ~ .helper::after,.radio input:disabled{
    cursor: not-allowed;
}
