.box{padding:0;}
.box a{color:#333}
.box a:hover{color:#c00}
.links{padding-left:20px;margin-top:12px;line-height:21px;font-weight:600;font-size:13px;background:url(/support/images/subtitle_icon.gif) 4px 5px no-repeat;}
.quick li{width:45%;float:left;background:url(/images/v3/typo_check.png) left 2px no-repeat;padding-left:20px;}
.sub{padding:10px 0}
.sub li{background:url(/images/v3/typo_check.png) left 5px no-repeat;padding-left:22px;line-height:27px;}
.quick a,.sub a{text-decoration:underline;}
.p_a{text-align:right;padding-top: 20px;}

.pbtn{
	background: #b40026;
    color: #fff;
    line-height: 30px;
    width: 119px;
    border: 0px;
    cursor: pointer;
    margin-right: 10px;
	text-align: center;
}
.support{margin: 0 20px;}

.top-box-shadow{overflow: hidden;}
.box{margin-bottom:0;}
.mTitle,.address h3{font-size: 16px;font-weight: bold;}
.c_form{width:100%;margin: 10px 0 30px 0;}
.c_form h3{font-weight: bold;}
.contact_form .big{width: 110px;text-align: right;margin-right: 20px;font-weight: normal;}
.box_content {overflow: hidden;background: #fff;margin:35px 0;}
.contact_form .input{padding:2px 10px;}
.leftBar li a{font-weight: bold;}
.nicebt{margin-left: 130px;}
.address{clear: both;}
.address .box {border: 0;margin-bottom:0;}
.add_list {width: 28%;margin-right: 2%;float: left;background: #f1f1f1;padding: 2%;text-align: center;min-height: 120px;}
.add_list:last-of-type {margin-right: 0;}
.add_list p {margin: 5px 0 0 0;}
#right{width:82%;float:left;}
#left {width:18%;float:left;}
#left .leftBar {width: 100%;}
#left ul {padding:20px;}

/* .header_bg{background: #f1f1f1;} */
.header_box{padding: 30px 0;display: flex;justify-content: space-between;align-items: center;}
.header_box .header_left{font-size: 32px;}
.header_box .header_left h1{margin: 0;text-align: left;}
.header_box .header_left span{display: block;font-size: 22px;}
.header_box form{margin: 0;width: 27%;}
.header_box .header_right{background-color: #fff;padding: 10px;box-sizing: border-box;border-radius: 10px;border: 1px solid #e5e5e5;display: flex;justify-content: space-between;}
.header_box .header_right input{border: 0;outline: none;}
.header_box .header_right .support_input{width: calc(100% - 30px);display: inline-block;}
.header_box .header_right .support_search{width: 20px;height: 20px;background: url('/images/search.png');background-size: cover;cursor: pointer;}

.support_type{display: flex;justify-content: space-between;flex-wrap: wrap;padding: 30px 0;}
.support_type li{width: calc((100% / 3) - 20px);margin: 0 10px 20px;text-align: center;background-color: #fff;border: 1px solid #ddd;padding: 20px;box-sizing: border-box;border-radius: 10px;}
.support_type li:hover{box-shadow: 0px 0px 5px 2px #ddd;}
.support_type li{display: block;}
.support_type li span{display: block;font-size: 16px;margin-top: 10px;}
.support_type li img{display: inline-block;height: 70px;}

@media screen and (max-width: 768px){
	.max-width{width: 100%;padding: 0 10px;box-sizing: border-box;overflow: hidden;}

	.header_box{display: block;margin: 20px 0;}
	.header_box .header_left{font-size: 18px;}
	.header_box .header_left h1{font-size: 20px;}
	.header_box .header_left span{font-size: 16px;}
	.header_box form{width: 100%;margin-top: 10px;}

	.support_type{padding: 0;}
	.support_type li{width: calc((100% / 2) - 10px);margin: 0 5px 10px;padding: 15px 10px;}
	.support_type li img{height: 50px;}
	.support_type li span{font-size: 14px;}
}
	

@media screen and (max-width: 414px){
	.p_a{text-align:center;}
	.pbtn{width:25%;}
}	
	
	
	