/*
*@libs: transit for temp (will delete in the near future)
*@Author: zmx 2013-02-25
*@Update: zmx 2013-04-11
*/
@font-face {
    font-family: 'Micon';
    src: url("/css/font/micon.eot?v=20130314");
    src: url("/css/font/micon.eot?#iefix&v=20130314") format("embedded-opentype"), url("/css/font/micon.woff?v=20130314") format("woff"), url("/css/font/micon.ttf?v=20130314") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.icon {
    font-family: Micon;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
    margin-right: 5px;
}

/*@import url(../../reset.css);*/
html {
    color: #333;
    background: #fff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, group, menu, nav, section {
    margin: 0;
    padding: 0;
}

/* for html5 tag */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

input, select, textarea {
    vertical-align: middle;
    color: #666;
}

button, input {
    *overflow: visible;
    line-height: normal;
}

/* for IE7 */
button {
    cursor: pointer;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/* for firefox */

th {
    text-align: inherit;
}

fieldset, img {
    border: 0;
}

iframe {
    display: block;
}

blockquote {
    margin: 1em 4em 1em 2em;
    padding: 0.6em 1em;
    background: #f1f1f1;
}

blockquote blockquote {
    padding: 0 0 0 1em;
    margin-left: 2em;
    border-left: 0.4em solid #dddddd;
}

acronym, abbr {
    border-bottom: 1px dotted;
    font-variant: normal;
}

abbr {
    cursor: help;
}

del {
    text-decoration: line-through;
}

address, caption, cite, code, den, em, th, var {
    font-style: normal;
    font-weight: 500;
}

ul, ol {
    list-style: none;
}

caption, th {
    text-align: left;
}

q:before, q:after {
    content: '';
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* link color */
a {
    color: #246bb3;
}

a:hover {
    color: #f60;
    text-decoration: underline;
}

ins, a {
    text-decoration: none;
}

small {
    font-size: 11px;
    color: #888;
}

:focus {
    outline: none;
}

/* clearfix */
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.cf:before, .cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/* Layout */
.grid {
    width: 990px;
    margin: 0 auto;
}
.grid:before, .grid:after {
    content: "";
    display: table;
}

.grid:after {
    clear: both;
}

.grid {
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.c {
    text-align: center;
}

.l {
    text-align: left;
}

.r {
    text-align: right;
}
/* standard color */
.red {
    color: #e64552;
}
.orange {
    color: #f89406;
}
.yellow {
    color: #ffc40d;
}
.green {
    color: #54b154;
}
.blue {
    color: #049cdb;
}
.purple {
    color: #864ac7;
}
.orangered {
    color: #d62c78;
}

/* font */
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: bold;
    margin: 0;
}
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: bold;
}
.h1 {
    font-size: 24px;
}
.h2{
    font-size: 18px;
}
.h3{
    font-size: 14px;
}
.h4
.h5
.h6{
    font-size: 12px;
}
/*@import url(../../libs/top.css);*/
.dropmenu {
    position: relative;
}
.dropmenu-hd {
    display: inline-block;
    _zoom:1;
    _display: inline;
}
.dropmenu-list {
    display:none;
    position: absolute;
    background: #fff;
}
.dropmenu-list a {
    display: block;
    line-height: 22px;
    padding: 0 10px;
    text-decoration: none;
}
.dropmenu.hover .dropmenu-list {
    display: block;
}
.dropmenu-list a:hover {
    margin-left:-1px;
    _margin-right:-1px;
    position: relative;
    background: #79a1f2;
    color: #fff;
}


#top .dropmenu-hd {
    padding: 0 5px 0 10px;
    height: 22px;
    z-index: 2;
}
#top .dropmenu-hd .icon {
    font-size: 14px;
    vertical-align: -2px;
    color: #888;
}
#top .dropmenu-list {
    border: 1px solid #ccc;
    margin-top: -1px;
    top:21px;
    z-index: 1;
    _width:100px;
}

#top .hover .dropmenu-hd {
    border: 1px solid #ccc;
    border-bottom: none;
    background: #fff;
    position: relative;
    height: 21px;
    top:-1px;
    padding: 0 4px 0 9px;
}
#top .hover .dropmenu-list {
    display: block;
}

/*topbar start*/
#top {
    border-bottom: 1px solid #ddd;
    background: #fff;
    height: 27px;
    line-height: 21px;
    min-width: 990px;
}
#top .grid {
    padding: 3px 0;
}
#top a, #top a:link, #top a:visited {
    color: #666;
    text-decoration: none;
}
#top a.red {
    color: #e64545;
}
#top .menu-item {
    float: left;
    margin-left: -1px;
    padding: 0 10px;
    background: url(//pic.made-in-china.com/img/sundry/sep-line.png) right 50% no-repeat;
}
#top .dropmenu {
    padding: 0;
}


/*nav-left*/
#top .user-nav {
    float: left;
    margin-left: 5px;
}
#top .user-nav .first {
    padding-left:0;
    position: relative;
}
#top .user-nav .first a {
    color: #e64545;
}
#top .first .tips {
    top: 26px;
    left: 50px;
    width: 105px;
    color: #666;
    padding: 4px 10px;
}
#top .user-nav .signin {
    font-weight: bold;
}
#top .user-nav .signin a {
    color: #e64545;
}
#top .last, #top .quick-nav, #top .signin{
    background: none;
}

/*nav-right*/
#top .site-nav {
    float: right;
}
#top .dropmenu-hd .icon {
    color: #888;
}
#top .site-nav .inquiry .icon {
    color: #807474;
}
#top .dropmenu-list a {white-space: nowrap;}
#top .supplier-guide .dropmenu-list {left: 0px;}
#top .supplier-guide .dropmenu-list a:hover {color:#fff; padding:0 10px 0 11px; background:#807474; }
#top .buyer-guide .dropmenu-list {left: 0px;}
#top .buyer-guide .dropmenu-list a:hover {color:#fff; padding:0 10px 0 11px; background:#807474; }
#top .multi-lang, #top .quick-nav,#top .buyer-guide,#top .supplier-guide{ z-index:99; }
#top .multi-lang .dropmenu-list{right:0;}
#top .multi-lang .dropmenu-list a:hover{color:#fff; padding:0 10px 0 11px; background:#807474; }
#top .multi-lang .dropmenu-list {
    width: 110px;
    right:0
}
#top .multi-lang .dropmenu-list a {
    width: 80px;
}
#top .multi-lang .dropmenu-list a:hover {
    width: 81px;
    color: #fff;
    padding: 0 10px 0 11px;
    background: #807474;
}
#top .quick-nav .dropmenu-list {
    width: 185px;
    right:0
}
#top .quick-nav .dropmenu-list a {
    width: 155px;
    background: url(//pic.made-in-china.com/img/icon/li-dot.png)  10px 50%  no-repeat;
    padding: 0 10px 0 20px;
}
#top .quick-nav .dropmenu-list a:hover {
    color: #fff;
    width: 156px;
    padding: 0 10px 0 21px;
    background: #807474 url(//pic.made-in-china.com/img/icon/li-dot-reverse.png)  11px 50%  no-repeat;
}
#top .quick-nav dl{
    line-height: 22px;
}
#top .quick-nav dt{
    margin: 5px 0 3px 0;
    background: #f1f1f1;
    padding: 0 10px;
    font-size: 11px;
    font-weight: bold;
    line-height: 22px;
    color: #666;
    -webkit-text-size-adjust:none;
}
#top .quick-nav .title {
    padding: 0 10px;
    color: #999;
}
/*@import url(../../libs/header.css);*/
#header {
    height: 80px;
}
#header .logo {
    float: left;
    margin-top: 10px;
}
#header .logo a {
    display: block;
    text-indent: -999px;
    overflow: hidden;
    background: url("//www.micstatic.com/common/img/logo-2019/logo.png?v=2022") no-repeat 0 0;
    background-size: 257px 47px;
    width: 257px;
    height: 47px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5){
	#header .logo a{
		background-image: url("//www.micstatic.com/common/img/logo-2019/logo@2x.png");
		background-size: 252px 47px;
		width: 252px;
		height: 47px;
	}
}
#header .sub-logo {
    display: block;
    line-height: 36px;
    height: 36px;
    font-size: 18px;
    color: #666;
    margin: 23px 0 0 10px;
    border-left: 1px solid #ccc;
    float: left;
    padding-left: 15px;
}
#header .sub-logo:hover {
    color: #333;
    text-decoration: none;
}
#header .top-flago {
    float: right;
    width: 489px;
    text-align: right;
    position: relative;
    margin-top: 10px;
}
#header .top-flago .promote {
    position: absolute;
    left: 0;
    top: 0;
}
#header .nav {
    float: right;
    margin-top: 23px;
}
#header .nav li {
    float: left;
    font-size: 13px;
    line-height: 28px;
}
#header .nav li a {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    color: #666;
    display: block;
    padding: 0 10px;
    border-radius: 2px;
    text-decoration: none;
}
#header .nav li a:hover {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    background: #6696e3;
    color: #fff;
}
/*@import url(../../libs/search.css);*/
/*@import url(../../libs/crumb.css);*/
/* Layout */
.grid {
  width: 990px;
  margin: 0 auto;
}
.grid:before, .grid:after {
  content: "";
  display: table;
}

.grid:after {
  clear: both;
}

.grid {
  *zoom: 1;
}
#top {padding:0;font-size:12px;color: #333;}
#top a:hover {text-decoration:none;}
#top .multi-lang {width:auto;}
#top .multi-lang, #top .quick-nav {z-index: 99;}
.multi-lang .hover{border:none;padding:0;text-decoration:none;background-image:none;}
#top .dropmenu-list a:hover {
    color: #fff;
}
#top .title {padding: 0 10px;line-height: 21px; background: none; height: auto; border: none;}
#header {padding: 0}
#header .logo {margin-left: 0;}
#header .sub-logo {
    display: block;
    line-height: 36px;
    height: 36px;
    font-size: 18px;
    color: #666;
    margin: 23px 0 0 10px;
    border-left: 1px solid #ccc;
    float: left;
    padding-left: 15px;
}
#header .sub-logo:visited {
    color: #666;
}
#header .sub-logo:hover {
    color: #333;
    text-decoration: none;
}
#header #banner {
    margin-top: 10px;
    margin-right: 0;
}
.search { background: none;height: auto;}
.search #sEd, .search #sSt {display: none;}
.seaIn {
    padding: 0;
}

.seaIn form {
    height: 32px;
}
.seaIn .formP,.seaIn .formC, .seaIn .formO, .seaIn #SearchForm1, .seaIn #SearchForm0 {
    width: 984px;
    background: #e64545;
    padding: 3px;
}
.dropFst input, .dropItem .drop{
    border:0 none;
}
.search .advS {
    float: right;
    color: #fff;
    font-size: 12px;
    margin: 4px 20px 0 0;
}
.dropFst, .dropItem {
    margin-right: 1px;
    z-index: 7;
}
.search .dropFst .inputtext {
    width: 430px;
}
#dropItem2 #options2 {
    left: -78px;
}
.search .advS:hover {
    color: #fff;
    text-decoration: none;
}
.dropFst {
    height: 32px;
    padding-right: 0;
}
.dropFst .yrk{position:absolute;z-index:2;left:0;top:27px;background:#fff;border:1px solid #e64545;text-align:left;padding:5px;display:none;width:324px;}/*your recent keywords*/
.dropFst .yrk span a{color:#666}
.dropFst .yrk a{word-wrap:break-word}
.search button {
    width: 87px;
    height: 32px;
    margin-top: 0;
    border:0 none;
    overflow: hidden;
}
.search button img {
    display: block;
}
.search .dropFst input {
    height: 20px;
    line-height: 20px;
    padding: 6px 0 6px 5px;
    *float: left;
}
.dropItem .drop {
    cursor: default;
    height: 20px;
    width: 141px;
    line-height: 20px;
    padding: 6px 1px 6px 5px;
}
#dropItem1 .drop, #dropItem2 .drop {
    padding: 6px 20px 6px 5px;
}
.dropItem input{ *float: left;}
.search ul.options {
    top: 32px;
    border: 1px solid #e64545;
}
.search #dropItem1 .options li {
    width: 140px;
}
.search .TextDropdown {
    border:1px solid #e64545;
}
#dropItem1  .drop, .formO #dropItem2 .drop, #dropItem2 .drop {
    width: 110px;
	_overflow:hidden;
}
#dropItem2 {
	_background: #fff url(//pic.made-in-china.com/img/sundry/arrow-down.png) right center no-repeat;
}

.options li:hover, .options li.hover {
   background: #807474;
}
.dropItem .drop {
    background: #fff url(//pic.made-in-china.com/img/sundry/arrow-down.png) right center no-repeat;
}

#dropItem2 .drop {
    _background: none;
}

.search #dropItem1 .options {
    width: 162px;
}
.search #dropItem2 .options {
    width: 212px;
}
.search .qp {
    padding: 0 10px;
    line-height: 30px;
    height: 30px;
    color: #666;
    border-bottom: 1px solid #ddd;
    text-align: left;
    background: #fff;
}
.search .qp a {
    color: #666;
}
.search .qp a:hover {
    color: #f60;
}
.search #rkp {
    text-indent: 10px;
}
.search #rkp a {
    color: #666;
}
.search #rkp a:hover {
    color: #f60;
}
#urhB {
    padding: 0;
    font-size: 12px;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-weight: normal;
    color: #666;
    line-height: 18px;
    text-indent: 0;
    margin-bottom: 10px;
}
#urhB a {
    color: #333;
}
.seaIn #search { margin: 0 4px 0 3px;height: 32px;*margin: 0 4px 0 1px;}
/* for crumb*/

.crumb {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-weight: normal;
    color: #999;
    width: 990px;
    margin: 0 auto;
    line-height: 28px;
    text-indent: 10px;
}
.crumb a {
    color: #e64545;
    font-weight: normal;
}
.crumb-top {
    border-top: 3px solid #e64545;
}

.crumb h1 {
    font-weight: normal;
    display: inline-block;
    *dispaly:inlne;
    *zoom:1;
    text-indent: 0;
}
.useless h1{
	font-weight: bold;
	display: inline-block;
	*dispaly:inlne;
	*zoom:1;
	text-indent: 0;
	font-size: 12px;
	color: #E25C00;
}
.crumb a {
    color: #333;
    font-weight: normal;
}
.crumb-top {
    border-top: 3px solid #e64545;
}
/*for pd and common reset*/
.titleborder {border: 1px solid #ddd;}
.catAlertBt {
    padding: 10px;
    background: #f1f1f1;
    border:1px solid #ddd;
    text-align: center;
}
.catAlertBt input {
    padding: 5px;
    margin-right: 2px;
    border: 1px solid #ddd;
}
.catAlertBt .nolog {
    width: 85px;
    height: 26px;
    text-decoration: none;
    border: 0 none;
    color: #fff;
    background: #e64545;
    text-align: center;
    cursor: pointer;
    vertical-align: top;
}
#fastLink {
    background: none;
    border: 1px solid #ddd;
    padding: 10px 0;
    line-height: 2;
}
#fastLink dd {
    line-height: 1.5;
}

.title {
    border-bottom:1px solid #ddd;
    background: #f1f1f1;
}
.bcgray {
    background: #f9f9f9;
    border-bottom:1px solid #ddd;
}
.proleft {
    border:1px solid #ddd;
}
.proleft h3{padding-left:10px;height:25px;line-height:25px;border-top:1px solid #fff;border-bottom:1px solid #d4d4d4;background:#f4f4f4}
.proleft p, #catAlertSide p {
    background: #f9f9f9;
    padding: 4px 12px;
}
#urhC {
    background: none;
    border-top: 3px solid #e64545;
}
#urhC span {
    padding:5px 0 0 10px;
}


.searchBt {
    background: #f1f1f1;
    z-index: 1;
}
.auto-size .grid, .auto-size .crumb{
    width: 100%;
}
/*
*@libs: homepage-footer
*@Author: zmx 2013-02-18
*@Update: zmx 2013-04-11
*/
#footer {
    background: #f3f3f3;
    color: #999;
    text-align: center;
    line-height: 18px;
    min-width: 990px;
    padding: 0;
    border: 0 none;
    font-size: 12px;
}
#footer a, #footer a:visited {
    color: #999;
}
#footer a:hover {
    color: #ff850a;
}
#footer .contact {
    background: #f3f3f3;
    border-top:none;
    border-bottom: 1px solid #ddd;
    width: 990px;
    margin: 0 auto;
    padding: 15px 0 12px;
}
#footer .mobile-links {
    font-size: 14px;
    color: #222;
    float: left;
}
#footer .mobile-links a {
    display: inline-block;
}
#footer .mobile-links img {
    vertical-align: middle;
}
#footer .contact-us,#footer .contact-us:visited ,#footer .tm-link, #footer .sns{
    float: right;
    display: inline-block;
    line-height: 24px;
    height: 30px;
    margin-top: 2px;
    overflow: hidden;
    font-size: 14px;
    text-decoration: none;
}
#footer .contact-us {
    padding-left: 30px;
    color: #222 !important;
}
#footer .contact-us .icon {
    font-size: 26px;
    vertical-align: -4px;
    color: #4EB860;
}
#footer .sns {
    margin-right: 30px;
}
#footer .sns .title {
    font-size: 14px;
    line-height: 26px;
    padding: 0;
    display: inline-block;
    float: left;
    margin: 0 10px 0 0;
    background: none;
    border: none;
    color: #222;
}
#footer .sns a {
    font-size: 26px;
    color: #999;
    float: left;
    margin-left: 0;
    margin-right: 10px;
    text-decoration: none;
}
#footer .sns a .icon {
    margin-right: 0;
}
#footer .sns .facebook{
    color:#6281c4
}
#footer .sns .twitter{
    color:#1fc5f9
}
#footer .sns .gplus{
    color:#e75d67
}
#footer .tm-link {
    margin-right: 70px;
    color: #222;
}
#footer .tm-link:hover {
    color: #222;
    text-decoration: none;
}
#footer .tm-link:hover .icon{
    color:#6792d1
}
#footer .tm-link .icon {
    color:#6792d1;
    vertical-align: -4px;
    font-size: 26px;
}
#footer .footer-wrap {
    border-top: none;
    padding: 20px 0px 20px;
}
#footer .quick-index,
#footer .lang-select,
#footer .focus-link {
    line-height: 18px;
    margin: 0px 0 10px 0;
}
#footer .quick-index a, #footer .focus-link a, #footer .lang-select a, #footer .aboutus a  {
    margin: 0 10px;
}
#footer .quick-index a{
	margin: 0 8px 0 7px;
}
#footer .certificate {
  margin-top: 10px;
}

/*
*descript: PD search
*author: juhailin
*date: 2013.11.6
*version: MICEN2_LV_2013.178
*/
.pd-search .choice{
	float: left;
}

.pd-search .choice.fake-select{
	background: #fff;
	border: 0;
	margin-right: 1px;
	height: 32px;
	width: 130px;
}
.pd-search .choice .choice-hd{
	padding: 6px 5px;
}
.pd-search .choice .choice-hd .icon{
	margin-left: 5px;
}
.pd-search .choice .choice-list{
	border:1px solid #E64545;
	width: 130px !important;
}
.pd-search .choice.hover .choice-list{
	top: 32px;

}
.pd-search .choice .choice-list .choice-option a{
	text-align: left;
	width: 100%;
}

.pd-search .selected a:link,.pd-search  .selected a:visited{
	border:0;
}
.searchBt {
	position: relative;
}
.pd-search .dropmenu-list,
.searchBt .dropmenu-list{
	width: 435px;
	border: 1px solid #E64545;
	z-index: 999;
	left: 2px;
	top: 35px;
}
.searchBt .dropmenu-list {
	left:0;
	top:28px;
	border-color:#ddd;
}
/*.pd-search .dropFst{
	position: relative;
}*/
.pd-search,.noQp, .search-zindex{
	position:relative;
	z-index:10
}
.pd-search,.searchBt.noQp{
    position:relative;
    z-index:1
}
.pd-search .dropFst label{
	left: 0;
	font-size: 12px!important;
	top: 5px;

}
.pd-search .dropFst .yrk{
	top:35px;
	left:2px;
}
.pd-search .dropmenu-list a,
.searchBt .dropmenu-list a{
	color: #333;
	text-align: left;
}
.pd-search .dropmenu-list a:hover,
.searchBt .dropmenu-list a:hover{
	background: #f1f1f1;
	color: #333;
	text-decoration: none;
	margin: 0;
}
.pd-search .dropmenu-list a.hover,
.searchBt .dropmenu-list a.hover{
	background: #f1f1f1;
	color: #333;
	text-decoration: none;
	margin: 0;
}
.pd-search .dropmenu-list .fr,
.searchBt .dropmenu-list .fr{
	color: #999;
}
.pd-search .suggest-pro a,.searchBt .suggest-pro a{ height:auto;width:auto; }
.pd-search .suggest-pro a:hover,.searchBt .suggest-pro a:hover{ background:0; margin-left: 0; text-decoration: none; }
.pd-search .suggest-pro,.searchBt .suggest-pro { padding:5px; background:#f7fbff; border-top:1px solid #ddebff; }
.pd-search .suggest-pro .pro-img,.searchBt .suggest-pro .pro-img{ float:left; padding: 0 5px; }
.pd-search .suggest-pro .pro-img img,.searchBt .suggest-pro .pro-img img{ display:block; }
.pd-search .suggest-pro .pro-links,.searchBt .suggest-pro .pro-links{ float:left; padding:5px 0; width:280px; overflow:hidden; }
.pd-search .suggest-pro .pro-links a,.searchBt .suggest-pro .pro-links a{ color:#06c; margin-left: 0; text-decoration: none; }
.pd-search .suggest-pro .pro-links .company,.searchBt .suggest-pro .pro-links .company{ color:#54b154; }
.pd-search .suggest-pro .pro-btn,.searchBt .suggest-pro .pro-btn{ float:right; color:#b0c4de; font-size:24px; margin-top:16px; }
.pd-search .suggest-pro.hover,.searchBt .suggest-pro.hover{ background:#fffff4; }
.pd-search .suggest-pro.hover .pro-btn,.searchBt .suggest-pro.hover .pro-btn{ color:#f8ce72; font-size: 24px; }
.pd-search .suggest-pro .pro-btn:hover,.searchBt .suggest-pro  .pro-btn:hover{ color:#f8ce72; font-size: 24px;margin-top:16px; }
.catAlertBt{position: relative;}
.catAlertBt label{ top:10px; font-size: 12px!important;}
.highlight-category{color:#f60}

.search .TextDropdown,.dropFst .yrk{left:2px !important;top:36px !important;}
.searchBt .TextDropdown{border-color:#ddd;left:0 !important;top:29px !important}
.seaIn #provinceType,#s_province{display:none!important}


.safe-image {
    margin-bottom: 10px;
    padding: 20px 0 0 3px;
    line-height: 2;
}
.safe-image .btn-safe{
    float: left;
    height: 22px;
    line-height: 22px;
    border: 1px solid #e64545;
    border-radius: 2px;
    color: #e64545;
    padding: 0 11px 0 10px;
    cursor: pointer;
    margin-left: -3px;
    text-decoration: none;
}
.safe-image span.btn-safe{
    background: #e64545;
    color: #fff;
    cursor: default;
}
