.inp{
	color:#999;
}
.selectbg{
	position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
	display: block;
	background: rgba(255,255,255,0);
	display: none;
}

#loadpage{
	position: fixed;
	top: 180px;
	z-index: 999;
	width: 100%;
	height: 100%;
	color: #f5f5f5;
	font-size: 20px;

	display: block;
	/*background: rgba(255,255,255,.86);*/
}
#loadpage .loadcontent{
	position: fixed;
    top: 50%;
    left:50%;
    margin-left:-67px;
    margin-top: -67px;
	width: 134px;
	height:134px;
	display: block;
	overflow: hidden;
	background: url(../images/loading_img.png) no-repeat;
}
#loadpage .loadtxt{
	position: fixed;
	width: 77px;
	height: 20px;
	top: 50%;
	left: 50%;
	margin-left: -38px;
	margin-top: -10px;
	background: url(../images/loading_text.png) no-repeat;
}
#loadpage .loadcontent2{
	position: fixed;
    top: 50%;
    left:50%;
    margin-left:-67px;
    margin-top: -67px;
	width: 134px;
	height:134px;
	display: block;
	overflow: hidden;
	background: url(../images/loading_img2.png) no-repeat;
}

#loadpage .loadtxt2{
	position: fixed;
	width: 77px;
	height: 20px;
	top: 50%;
	left: 50%;
	margin-left: -38px;
	margin-top: -10px;
	background: url(../images/loading_text2.png) no-repeat;
}

input,div{
	outline: none;
}
input::placeholder,textarea::placeholder{
	color:#d5d4d4;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
            color:#d5d4d4;
        }
        input::-moz-placeholder,textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
           color:#d5d4d4;
        }
        input:-moz-placeholder,textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
            color:#d5d4d4;
        }
        input:-ms-input-placeholder,textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
            color:#d5d4d4;
        }
.chb_1,.chd_1 {
    display: none;
}

/*******STYLE 1*******/
.chb_1 + label {
	border: 1px solid #f5f5f5;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
	padding: 5px;
	display: inline-block;
	position: relative;
	margin-top:7px;
	margin-right:5px;
}
.chb_1 + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.chb_1:checked + label {
	background:url(../images/icon_selet.png) 1px center no-repeat;
	border: 1px solid #c86610;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
	color: #243441;
	line-height: 1.2;
}

.chb_1:checked + label:after {
/*	content: '\2714';*/
	position: absolute;
	top: -3px;
	left: 0px;
	color: #c86610;
	width: 100%;
	text-align: center;
	font-size: 0.7em;
	vertical-align: text-top;
	border-color: #c86610;
}

th{
  font-family: tahoma,"microsoft yahei"
  font-size: 17px;
  color: #2c3e50;
}

h1 {
  margin-top: 20px;
  text-align: center;
}

h3 {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 20px;
  text-align: center;
}

pre code {
  color: #fff;
  font-size: 18px;
}

.parent {
  background-color: rgba(255, 255, 255, 0.2);
  margin: 50px 0;
  padding: 20px;
}

.input {
	width: 116px;
    height: 18px;
  	outline: none;
  	border: 1px solid #ccc;
	text-indent: 2px;
}

#toggle {
  color: #ecf0f1;
  background-color: #8e44ad;
  padding: 10px;
  outline: none;
  border: none;
  cursor: pointer;
}

#toggle:hover {
  background-color: #9b59b6;
}


#inl {
  margin: 1em 0;
}

#inlvc {
  vertical-align: top;
  font-weight: bold;
  color: #c0392b;
  margin: 80px;
}

.block {
  display: block;
}
.inline {
  display: inline-block;
}

.gh-fork {
  position: fixed;
  top: 0;
  right: 0;
  border: 0;
}

*{
	margin: 0;
	padding: 0;
}
body{
	font-family: tahoma,"microsoft yahei";
	font-size: 12px;
	width:100%;
	min-width: 1400px;
}
div{
	display: block;
}
ul,ol{
	list-style: none;
}
a{
	color: #f5f5f5;
	text-decoration: none;
	font-style: normal;
}
input,textarea{
	outline: none;
	font-family:tahoma,"microsoft yahei";
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color:transparent;
    /*娓呴櫎绉诲姩绔粯璁ょ殑琛ㄥ崟鏍峰紡*/
    -webkit-appearance:none;
    border-radius: 0px;
}
input:focus,textarea:focus{
	-webkit-tap-highlight-color:rgba(0,0,0,0);}
img{
	border: none;
	-moz-user-select: none; /*鐏嫄*/
	-webkit-user-select: none;  /*webkit娴忚鍣�*/
	-ms-user-select: none;   /*IE10*/
	-khtml-user-select: none; /*鏃╂湡娴忚鍣�*/
	user-select: none;
}
em{font-style:normal;}
#navigation-list{float:right;}
textarea{
	outline: none;
	font-family: tahoma;
}
.clear{
	height:1px;
	display: block;
	clear: both;
}
#logo{
	float: left;
	height: 42px;
	cursor: pointer;
	margin-top:22px;
	margin-left: 35px;
	margin-right: 43px;
	background: url(../images/logo_web.png) no-repeat;
	display: inline-block;
}
#logo a{
	display: block;
	width:136px;
	height:42px;
	float: left;
}
.advertisement{
	width:342px;
	height: 120px;
	float: left;
	margin-left:80px;
	overflow: hidden;
	display: none;
}
.advertisement img{
	width:342px;
	height: 120px;
}
#home{
	width: 100%;
	min-width: 1480px;
	display: block;
	overflow: hidden;
	margin-top: 88px;
	background: #FEFCF6;
	min-height: 700px;
}
#home-auto{
	width: 1480px;
	max-width: 1480px;
	min-width:1480px;
	min-height: 700px;
	margin: 0px auto;
	display: block;
	overflow: hidden;
	vertical-align: top;
}
#home-nav{
	width:100%;
	max-width: 1400px;
	margin:0px auto;
}
#header{
    height: 88px;
    display: block;
    width: 100%;
    min-width: 1480px;
    margin: 0px auto;
    background: url(../images/banner_bg.jpg) top center repeat;
    background-size: cover;
    overflow: visible;
    position: fixed;
    top: 0px;
    z-index: 4;
}
#header .header-top{
	width: 100%;
	min-height:88px;
	display: inline-block;
	overflow: visible;
	margin:0px auto;
}
.top-left,.logo-img{
	float: left;
}

#header .top-right{
	float: right;
	display: inline-block;
	margin-right: 46px;
	margin-top: 7px;
}
#header .top-right a.signlog{
	float: right;
	font-size:20px;
	margin-top:20px;
	color:#fff;
}
#header .top-right a.signlog:hover{
	color:#c86610;
}
ul#dyybtn{
	float: right;
}
#header .site-nav-menu,.site-nav-xiala,.site-support{
	float: left;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	margin-right:45px;
	margin-top:20px;
}
.site-support .information-bar .service-support{
	margin-top: 8px;
	margin-right: 0px;
}
.site-nav-bd-r .site-nav-menu .site-nav-menu-hd{
	color: #f5f5f5;
	font-size: 20px;
	height: 20px;
    line-height: 20px;
}
.site-nav-bd-r .site-nav-menu.current .site-nav-menu-hd{
	color:#c86610;
}
.site-nav-bd-r .site-nav-menu .site-nav-menu-hd span,.site-nav-bd-r .site-nav-xiala .site-nav-xiala-en span{
	float: left;
	margin-top: 10px;
}
.site-nav-xiala-en{
	color: #f5f5f5;
	font-size: 18px;
	height: 20px;
    line-height: 20px;
    margin-top:10px;
}
.site-nav-bd-r .site-nav-xiala .site-nav-xiala-en .en-r{
	float: left;
	padding: 0 6px 0 0px;
}
.site-nav-bd-r .site-nav-xiala .site-nav-xiala-en .en-l{
	float: left;
    width: 16px;
    height: 7px;
    margin-top: 7px;
    background: url(../images/public_icon.png) -190px -2px no-repeat;
}
.site-nav-bd-r .site-nav-xiala .site-nav-xiala-en:hover .en-l{
	background: url(../images/public_icon.png) -190px -11px no-repeat;
}
.top-right .current-user .sign-out:hover{
	background: url(../images/public_icon.png) no-repeat -29px 0;
}
.top-right .current-user,.top-right .information-bar{
	float: right;
	font-size: 16px;
	margin: 28px 0 16px 0;
	color:#FFFFFF;
}
.top-right .current-user #isvip.common{
	float: right;
	width:27px;
	height: 26px;
	display: block;
	margin-right: 6px;
	margin-top: -5px;
	background: url(../images/icon_nav_nonvip.png) no-repeat;
}
.top-right .current-user #isvip.vip{
	float: right;
	width:27px;
	height: 26px;
	display: block;
	margin-right: 6px;
	margin-top: -5px;
	background: url(../images/icon_nav_vip.png) no-repeat;
}
.top-right .current-user #isvip.svip{
	float: right;
	width:27px;
	height: 26px;
	display: block;
	margin-right: 6px;
	margin-top: -5px;
	background: url(../images/icon_nav_svip.png) no-repeat;
}
.top-right .information-bar a{
	cursor: pointer;
	float:left;
}
.top-right .english{
	float: left;
	cursor: pointer;
	color:#f5f5f5;
	font-size: 14px;
	margin: 28px 0 16px 0;
}
.top-right .xiala:hover .en-icon{
	background: url(../images/public_icon.png) -190px -11px no-repeat;
}
.top-right .xiala:hover #duoyuyan{
	display:block;
}
.top-right .xiala:hover .english{
	color: #C86110;
}
.top-right .xiala #duoyuyan .dyylist{
	margin-bottom: -1px;
}
.english .en{
	float: left;
	font-size: 20px;
	margin: -1px 6px 0 20px;
}
.english .en-icon{
	float: left;
	width: 13px;
	height: 7px;
	margin-top: 10px;
	background: url(../images/public_icon.png) -190px -2px no-repeat;
}
.current-user .uname{
	display: block;
	overflow: visible;
	margin-right: 55px;
	position: relative;
    z-index: 2;
}
.current-user .uname .usertype{
	display: block;
	overflow: hidden;
}
.current-user .uname .en-icon{
	float: right;
	width: 13px;
	height: 7px;
	margin-top: 9px;
	margin-left: 5px;
	background: url(../images/public_icon.png) -190px -2px no-repeat;
}
.current-user .uname:hover .en-icon{
	background: url(../images/public_icon.png) -190px -11px no-repeat;
}
.current-user .uname:hover .userlist{
	display:block;
}
.information-bar .service-support{
	width: 24px;
	height: 24px;
	margin-right: 20px;
	display: block;
	background: url(../images/ai/help_n.png);
}
.information-bar .service-support:hover{
	background: url(../images/ai/icon_help_sel.png);
}
.current-user .sign-name{
	float: right;
	color: #FFFFFF;
	display: block;
	overflow:hidden;
	text-align:right;
	cursor: pointer;
}
.current-user .sign-out{
	float: right;
	width: 20px;
	height: 20px;
	margin: 2px 40px 0px 20px;
	background: url(../images/public_icon.png) no-repeat 0 0;
}
.information-bar .call-reminder{
	float: left;
	width: 30px;
	height: 20px;
	margin: 2px 25px 0px 0px;
	background: url(../images/public_icon.png) no-repeat -58px 0;
}
.information-bar .call-reminder:hover{
	background: url(../images/public_icon.png) no-repeat -95px 0;
}
.information-bar .call-reminder i.x{
	width:16px;
	height:16px;
	display: block;
	position: absolute;
	background: url(../images/public_icon.png) no-repeat -131px -2px;
	color:#fff;
	font-size: 12px;
	text-align: center;
	line-height: 16px;
	*line-height: 14px;
	*text-indent: 1px;
	margin-top: -10px;
	margin-left: 20px;
}

.information-bar .call-reminder i{
	font-style: normal;
}
.information-bar .call-reminder i.d{
	width:30px;
	height:16px;
	display: block;
	position: absolute;
	background: url(../images/public_icon.png) no-repeat -156px -2px;
	color:#fff;
	font-size: 12px;
	text-align: center;
	line-height: 16px;
	margin-top: -10px;
	margin-left: 20px;
}
#duoyuyan{
	position: absolute;
	top: 56px;
    width: 47px;
    display: none;
    z-index: 1;
    font-size: 14px;
    color:#1a1a1a;
    background-color: #FFFFFF;
    border: 1px solid #ccc;
    margin-left: 15px;
    overflow: hidden;
}
.duoyuyan{
	position: absolute;
	top: 49px;
	width: 47px;
	display: none;
	z-index: 1;
	font-size: 14px;
	color:#1a1a1a;
	background-color: #FFFFFF;
	margin-left: -5px;
	border: 1px solid #ccc;
	overflow: hidden;
}
.duoyuyan ol li,#duoyuyan ol li{
	height: 27px;
	cursor: pointer;
	text-align: center;
    line-height: 27px;
	border-bottom: 1px dashed #ccc;
}
#dyybtn .site-nav-xiala-en:hover .duoyuyan{
	display: block;
}
#dyybtn .site-nav-xiala-en:hover .en-r{
	color: #C86610;
}
/*.duoyuyan ol li:nth-child(3){
	color: #ccc;
}*/
.current-user .userlist{
	position: absolute;
	width: 168px;
	left:50%;
	margin-left: -84px;
	z-index: 1;
	font-size: 14px;
	color:#1a1a1a;
	background-color: #FFFFFF;
	border: 1px solid #ccc;
	display: none;
	overflow: hidden;
}
.current-user .userlist ol{
	margin-bottom: -1px;
}
.current-user .uname:hover .userlist{
	display: block;
}
.current-user .userlist li{
	height: 27px;
	cursor: pointer;
	text-align: center;
    line-height: 27px;
	border-bottom: 1px dashed #ccc;
}
.current-user .userlist li a{
	color: #333333;
	display: block;
	width: 100%;
	height: 100%;
}
#bottom-bar{
	width: 100%;
	min-width:1480px;
	background:url(../images/bottom_bg.jpg) repeat-x;
	display: block;
	overflow: hidden;
}
#bottom-bar .bottom-bar-center{
	width: 1400px;
	margin: 0px auto;
}
#bottom-bar .bottom-bar-center .bottom-bar-center-top{
	width: 100%;
	height: 150px;
}
#bottom-bar .bottom-bar-center .bottom-bar-center-top .bottom-bar-center-top-l{
	float: left;
	width: 170px;
    padding: 20px 0 0 0;
}
#bottom-bar .top-l-online-retailers,#bottom-bar .top-c-contact-us{
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 10px;
}
#top-l{
	float: left;
	width: 300px;
	overflow:hidden ;
}
#top-c{
	width: 100%;
	height: 40px;
	overflow:hidden ;
}
#top-c .top-c-Us{
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 15px;
}
#top-c .top-c-Us a{
	color:#ffffff;
}
#top-l .top-l-retailers{
	float:left;
	width:80px;
	margin-right: 55px;
	display: block;
	font-size: 16px;
	color: #ffffff;
}
#top-l .top-l-retailers span{
	height: 36px;
	line-height: 36px;
	text-align: center;
	margin:0px;
	display: block;
}
#top-l .top-l-retailers span.ma_ios{
	width:80px;
	height: 80px;
	display: block;
	background: url(../images/picm_iso.jpg);	
	background-size: contain;
}
#top-l .top-l-retailers span.ma_android{
	width:80px;
	height: 80px;
	display: block;
	background: url(../images/picm_android.jpg);
	background-size: contain;
}
#bottom-bar .bottom-bar-center .bottom-bar-center-top .bottom-bar-center-top-c{
	float: left;
	width: 215px;
	padding-top: 23px;
	margin-right: 158px;
	overflow: hidden;
}
#bottom-bar .bottom-bar-center .bottom-bar-center-top .bottom-bar-center-top-r{
	float: left;
	width: 695px;
	height: 116px;
	padding: 15px 0px;
	margin-right: 160px;
}
#bottom-bar .bottom-bar-center .bottom-bar-center-top .bottom-bar-center-top-r .top-r-cont{
    color: #FFFFFF;
    font-size: 16px;
    line-height: 30px;
}
#bottom-bar .bottom-bar-center .bottom-bar-center-bottom{
	float: left;
	width: 100%;
	height: 54px;
}
#bottom-bar .bottom-bar-center .bottom-bar-center-bottom .bottom-icon-center{
	width: 100px;
	margin: auto;
}
#bottom-bar .bottom-icon-facebook{
	float: left;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background: url(../images/public_icon.png) no-repeat 0 -26px;
}
#bottom-bar .bottom-icon-twitter{
	float: left;
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin-left: 20px;
	background: url(../images/public_icon.png) no-repeat -97px -26px;
}


#bottom-bar .bottom-bar-center .bottom-Copyright-information{
	float: left;
	width: 100%;
	padding: 10px 0 10px 0;
	border-top: 2px solid #c2c2c2;
}
#bottom-bar .bottom-bar-center .bottom-center-copyright{
	width: 100%;
	height: 33px;
	margin: auto;
	text-align: center;
}
#bottom-bar .bottom-bar-center .bottom-center-copyright .co-t,#bottom-bar .bottom-bar-center .bottom-center-copyright .co-b{
	color: #ffffff;
	font-size: 12px;
	-webkit-user-select: none;
	display: inline-block;
    line-height: 33px;
}
#bottom-bar .bottom-bar-center .bottom-center-copyright .co-t a embed{
	width:103px;
	height:33px;
}
#bottom-bar .bottom-bar-center .bottom-center-copyright .co-t a{
	color:#ffffff;
	float: left;
    margin-right: 20px;
}
#bottom-bar .bottom-bar-center .bottom-center-copyright .co-t em{
	float: left;
	margin-left: 30px;
}
#bottom-bar .bottom-bar-center .bottom-center-copyright .co-t span:hover{
	cursor: pointer;
	color:#c86610;
}
#bottom-bar .bottom-bar-center .bottom-center-copyright .co-b a:hover{
	cursor: pointer;
	color:#c86610;
}
#bottom-bar .bottom-bar-center .bottom-center-copyright .program_b{
	height: 33px;
	width:103px;
	display:block;
	overflow:hidden;
	margin:0px auto auto 50px;
	cursor: pointer;
}
#navigation{
	height:88px;
	display:inline-block;
	margin:0px auto;
	float: left;
}

#navigation-list li{
	float: left;
	cursor: pointer;
	padding-left: 28px;
	padding-right: 28px;
	line-height: 88px;
}
#navigation-list li a{
	display: block;
	font-size: 16px;
	color: #1A1A1A;
	overflow:hidden;
	float: left;
}
#navigation-list li.current{
	background:rgb(255,255,255,0.6);
}
#navigation-list li.current a{
	color: #C86110;
}
#navigation-list li:hover a{
	color: #C86110;
}
#navigation-list li:hover {
	background:rgb(255,255,255,0.6);
}
#navigation-list li.disabled:hover{
	background:none;
}

#navigation-list .data-plan{
	box-shadow: none;
}

#tooltip{border:1px solid #ccc; 
background:#f5f5f5;
position:absolute;
padding:8px 6px 8px 6px;
color:#1a1a1a;
display:none;
font-size: 12px;
max-width:398px;
overflow: hidden;
z-index: 4;
}

.site-nav-bd-r .site-nav-menu:hover span{
	color: #C86610;
}

.site-nav-bd-r .current_menu{
	background-color: #c86610 !important;
}
.site-nav-bd-r .current_menu span{
	color: #f5f5f5 !important;
}

#top-l .top-l-retailers a:hover{
	color: #c86610;
}
#top-c .top-c-Us a:hover{
	color: #c86610;
}

#bottom-bar .bottom-icon-facebook:hover{
	background: url(../images/public_icon.png) no-repeat -48px -26px;
}
#bottom-bar .bottom-icon-twitter:hover{
	background: url(../images/public_icon.png) no-repeat -145px -26px;
}
#html-log-in .log-in-c .log-in-input:hover{
	border-color: #c86610;
}
#tjbtn-button div:hover{
	color: #f5f5f5;
	background: #c86610;
}
#rsetbtn-button div:hover{
	color: #f5f5f5;
	background: #c86610;
}
#r-p-s .reset-password-success-btn div:hover{
	color: #f5f5f5;
	background: #c86610;
}
#create-button div:hover{
	color: #f5f5f5;
	background: #c86610;
}
#duoyuyan ol li:hover,.duoyuyan ol li:hover,.current-user .userlist li:hover{
	background-color: #F2F2F2;
}
#duoyuyan ol li.current,.duoyuyan ol li.current,.current-user .userlist li.current{
	color: #C86110;
}
#duoyuyan ol li.current:hover,.duoyuyan ol li.current:hover{
	background-color: #FFFFFF;
}
.current-user .userlist li:hover a{
	color: #C86110;
}
/*.duoyuyan ol li:nth-child(1):hover,.duoyuyan ol li:nth-child(2):hover{
	color: #f5f5f5;
	background-color: #c86610;
}*/

.information-bar .service-support:hover,.current-user .sign-name:hover{
	color: #c86610;
}


#data-list .camera-details-right:hover #camera-details-mose{
	display: block;
}
#bg-color-picture .get-picture-btn .Cancel-right:hover,#change_loc .location_k .location_btn .location_right .Cancel-right:hover{
	color: #1A1A1A;
	background: #D4D4D4;
}
#bg-color-picture .get-picture-close:hover,#change_loc .location_k .location_title .loc_close:hover,.save-bgcolor .quick-save .quick-save_title .quick_close:hover,.save-bgcolors .quick-save .quick-save_title .quick_close:hover,.save-phontnumb .quick-save .quick-save_title .quick_close:hover{
	background: url(../images/home_icon_new.png) no-repeat -229px -267px;
}

#add-camera-k .camera-header-right:hover{
	background: url(../images/public_icon.png) no-repeat -173px -99px;
}
.save-bgcolor .quick-save_title .quick_close:hover,.save-bgcolors .quick-save_title .quick_close:hover,.save-phontnumb .quick-save .quick-save_title .quick_close:hover{
	background: url(../images/public_icon.png) no-repeat -173px -99px;
}
#add-camera-k .camera-nav-centent .camera-nav-btn .camera-nav-btn-right:hover{
	color: #1A1A1A;
	background: #E2E2E2;
}
#add-camera-k .camera-nav-centent #model-list li:hover{
	background: rgb(250,105,0);
}
#sharephoto .sharebottom .sharefacebook a:hover{
	background: url(../images/home_icon_new.png) no-repeat -90px -511px;
}
#sharephoto .sharebottom .sharetwitter a:hover{
	background: url(../images/home_icon_new.png) no-repeat -273px -511px;
}
#thelabel .thelabel-bottom .thelabel-btm-top .tagCont ol li:hover input{
	border-color: #c86610;
}
/*#thelabel .thelabel-bottom .thelabel-btm-top .tagCont ol li:hover .icon-top{
	display: block;
}*/
#thelabel .thelabel-bottom .thelabel-btm-top .tagCont ol li input.current{
	border: 1px solid #c86610;
	display: block;
}

#log-in-input-checkbox .input-checkbox.checked:after{
	float: left;
	content:"鈭�";
    line-height: 11px;
}

/*鍚勭 寮规*/
/*delete photo*/
.bg-color{
	position: fixed;
	width: 100%;
	height: 100%;
    z-index: 2;
    color: #1A1A1A;
	font-size: 20px;
	background:rgba(0, 0, 0, 0.6);
}
.del-pho,.dol-pho{
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 2;
	width: 600px;
	margin: 315px auto 0px -300px;
	border-radius: 4px;
	background: #FFFFFF;
    color: #1A1A1A;
}    
.del-top,.dol-top{
	color: #1A1A1A;
	font-size: 20px;
	height: 36px;
	margin: 0 20px;
	padding-top: 20px;
	box-shadow: 0 2px 0 rgb(230, 120, 23);
}
.del-top .del-top-left,.dol-top .dol-top-left{
	float: left;
}
.del-top .del-top-right,.dol-top .dol-top-right{
	float: right;
    width: 18px;
    height: 18px;
    cursor: pointer;
    background: url(../images/home_icon_new.png) no-repeat -199px -293px;
}
.del-top .del-top-right:hover,.dol-top .dol-top-right:hover{
    background: url(../images/home_icon_new.png) no-repeat -229px -267px;
}
.del-btm,.del-btm-top,.dol-btm,.dol-btm-top{
	float: left;
    width: 100%;
}
.del-btm-top p,.dol-btm-top p{
	width: 445px;
	margin: 0 auto;
    padding: 36px 0;
    color: #1A1A1A;
    font-size: 20px;
    line-height: 30px;
}
.del-bto,.dol-bto{
	float: left;
    width: 100%;
    padding-bottom: 32px;
}
.del-bto .del-btn,.dol-bto .dol-btn{
	float: right;
    width: 180px;
    height: 40px;
    margin-right: 20px;
}
.del-bto .del-btn input,.dol-bto .dol-btn input{
	width: 80px;
    height: 40px;
    color: #f5f5f5;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    font-size: 14px;
}
.del-bto .del-btn input.btn-no,.dol-bto .dol-btn input.btn-no{
	color: #1A1A1A;
	background: #e9e9e9;
}
.del-bto .del-btn .btn-yes,.dol-bto .dol-btn .btn-yes{
	float: left;
	background: #c86610;
}
.del-bto .del-btn .btn-yes:hover,.dol-bto .dol-btn .btn-yes:hover{
	color:#ffffff;
	background: #E07010;
}
.del-bto .del-btn input.btn-no:hover,.dol-bto .dol-btn input.btn-no:hover{
	background: #E0E0E0;
}
.del-bto .del-btn .btn-no,.dol-bto .dol-btn .btn-no{
	float: right;
}
.pop-bgcolor,.save-bgcolor,.save-bgcolors,.save-phontnumb,.notice-bgcolor,.have-bgcolor,.rest-bgcolor,.set-tuisong{
	position: fixed;
	top: 0;
	left: 0;
	float: left;
	width: 100%;
	height: 100%;
	z-index:333;
	background:rgba(0, 0, 0, 0.6);
}
.save-bgcolor .quick-save,.save-bgcolors .quick-save,.save-phontnumb .quick-save,.have-bgcolor .have-ok,.notice-bgcolor .have-ok,.rest-bgcolor .do-you,.set-tuisong .do-you2{
	position: relative;
    left: 34%;
    float: left;
    width: 600px;
    margin-top: 313px;
    border-radius: 8px;
    background: #FFFFFF;
    color: #1A1A1A;
}
.save-bgcolors .quick-save{
	margin-top: 100px;
}
.pop-bgcolor .sts-cls,.save-bgcolor .quick-save .sts-cls,.save-bgcolors .quick-save .sts-cls,.save-phontnumb .quick-save .sts-cls,.have-bgcolor .have-ok .sts-cls,.notice-bgcolor .have-ok .sts-cls,.rest-bgcolor .do-you .sts-cls,.set-tuisong .do-you2 .sts-cls{
	float: right;
	padding-top: 20px;
}
.pop-bgcolor .sts-cls i,.save-bgcolor .quick-save .sts-cls i,.save-bgcolors .quick-save .sts-cls i,.save-phontnumb .quick-save .sts-cls i,.have-bgcolor .have-ok .sts-cls i,.notice-bgcolor .have-ok .sts-cls i,.rest-bgcolor .do-you .sts-cls i,.set-tuisong .do-you2 .sts-cls i{
	float: right;
	width: 18px;
    height: 18px;
    cursor: pointer;
    background: url(../images/home_icon_new.png) no-repeat -199px -293px;
}
.pop-bgcolor .sts-cls i:hover,.save-bgcolor .quick-save .sts-cls i,.save-bgcolors .quick-save .sts-cls i,.save-phontnumb .quick-save .sts-cls i:hover,.have-bgcolor .have-ok .sts-cls i:hover,.set-tuisong .do-you2 .sts-cls i:hover{
	background: url(../images/home_icon_new.png) no-repeat -229px -267px;
}
.save-bgcolor .quick-save .quick-label,.save-bgcolors .quick-save .quick-label,.save-phontnumb .quick-save .quick-label{
	float: left;
	width: 100%;
	padding: 29px 0 16px 0;
}
.save-phontnumb .quick-label #set-phontnumb{
	width:260px;
	height:38px;
	background:#fff url(../images/icon_down.png) 230px center no-repeat;
	border-radius: 2px;
	line-height: 38px;
}
.save-phontnumb .quick-label p {
	margin-top:3px;
	font-size: 14px;
	margin-left: 40px;
	color:#fff;
	line-height: 20px;
	display: block;
	overflow: hidden;
}
.save-phontnumb .quick-label p em.req{
	margin-right: 3px;
	color:#ff0000;
}
.save-phontnumb .quick-label .control{
	margin-left: 38px;
	display: block;
	height: 40px;
}
.save-phontnumb .quick-label .control .phonumb{
	width:260px;
	margin-left:10px;
	float:left;
}

.save-phontnumb .quick-label .control .phonumb .phonenumberinput{
	width:258px;
	height:38px;
	background:#fff;
	border-radius: 2px;
	text-indent: 25px;
	border:1px solid #999;
	font-size: 16px;
	
}
.have-bgcolor .have-ok .have-cont{
	float: left;
	width: 519px;
	margin-left: 43px;
	padding: 50px 0 50px 0;
	text-align: center;
	color: #1A1A1A;
	font-size: 20px;
	word-break: break-word;
}
.rest-bgcolor .do-you .rest-cont,.set-tuisong .do-you2 .tuisong-cont{
	float: left;
	width: 527px;
	margin-left: 37px;
	padding: 50px 0;
	color: #1A1A1A;
	font-size: 20px;
	display: block;
	text-align: center;
	overflow: hidden;
	word-wrap: break-word;
}
.rest-bgcolor .do-you .rest-cont em.cameraname{
white-space: pre-wrap;
}
.save-bgcolor .quick-save .quick-label .quick-list,.save-bgcolors .quick-save .quick-label .quick-list{
	0px 20px 0px 20px
	float: left;
	min-height: 1px;
}
.save-bgcolor .quick-save .quick-label .quick-list li,.save-bgcolors .quick-save .quick-label .quick-list li{
	position: relative;
	float: left;
	cursor: pointer;
	border-radius: 2px;
	border: 1px solid #C9C8C8;
	background-color: #FFFFFF;
	margin: 0px 0 10px 16px;
}
.save-bgcolor .quick-save .quick-label .quick-list li.current,.save-bgcolors .quick-save .quick-label .quick-list li.current{
	border: 1px solid #C86610;
}
.save-bgcolor .quick-save .quick-label .quick-list li.current .qc-i,.save-bgcolors .quick-save .quick-label .quick-list li.current .qc-i{
	display:block;
}
.save-bgcolor .quick-save .quick-label .quick-list li .qc-label,.save-bgcolors .quick-save .quick-label .quick-list li .qc-label{
	float: left;
	color: #1A1A1A;
	font-size: 14px;
	border: none;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	background-color: #FFFFFF;
	display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
.save-bgcolor .quick-save .quick-label .quick-list li .qa-label,.save-bgcolors .quick-save .quick-label .quick-list li .qa-label{
	float: left;
	color: #1A1A1A;
	font-size: 14px;
	width: 138px;
	border: none;
	padding: 0 10px;
	height: 40px;
	background-color: #FFFFFF;
}
.save-bgcolor .quick-save .quick-label p,.save-bgcolors .quick-save .quick-label p{
	color:#fff;
	font-size:16px;
	text-indent:40px;
}
.save-bgcolor .quick-save .quick-label p em.mode,.save-bgcolors .quick-save .quick-label p em.mode{
	margin-left:5px;
}
.save-bgcolor .quick-save .quick-label .quick-list li .qc-i,.save-bgcolors .quick-save .quick-label .quick-list li .qc-i{
	display: none;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 19px;
	height: 19px;
	background: url(../images/settings_icon.png) no-repeat -1px -36px;
}
.save-bgcolor .quick-save .quick-label .quick-list li.current .qc-i, .save-bgcolors .quick-save .quick-label .quick-list li.current .qc-i{
	display: block;
}

.save-bgcolor .quick-label .add-labelqc,.save-bgcolors .quick-label .add-labelqc{
	position: relative;
	float: left;
	cursor: pointer;
	border-radius: 2px;
	border: 1px solid #CCCCCC;
	background-color: #f5f5f5;
	margin: 16px 0 0 16px;
}
.save-bgcolor .quick-label .add-labelqc input,.save-bgcolors .quick-label .add-labelqc input{
	border: none;
	font-size:14px;
	font-family: tahoma;
	height: 38px;
	width:145px;
}
.save-bgcolor .quick-label .add-labelqc .qb-i,.save-bgcolors .quick-label .add-labelqc .qb-i{
	float: left;
	width: 16px;
	height: 16px;
	margin: 12px 0px 12px 6px;
	background: url(../images/icon_add16.png) no-repeat;
}
.save-bgcolor .quick-label .add-labelqc .qc-label,.save-bgcolors .quick-label .add-labelqc .qc-label{
	float: left;
	color: #1A1A1A;
	font-size: 14px;
	line-height: 40px;
	padding: 0 6px 0 4px;
	background-color: #f5f5f5;
}
.save-bgcolor .quick-save .sq-btn,.save-bgcolors .quick-save .sq-btn,.save-phontnumb .quick-save .sq-btn,{
	float: left;
	width: 100%;
	padding-bottom: 24px;
}
.have-bgcolor .have-ok .ok-btn,.rest-bgcolor .do-you .do-btn,.set-tuisong .do-you2 .do-btn2{
	float: left;
	width: 100%;
	margin-bottom: 33px;
}
.have-bgcolor .have-ok .ok-btn .ok-btns{
	width: 120px;
	height: 40px;
	color: #f5f5f5;
	font-size: 16px;
	border: none;
    border-radius: 2px;
    background-color: #C86610;
    cursor: pointer;
}
.have-bgcolor .have-ok .ok-btn .ok-btns:hover{
	background-color: #E07010;
}
.save-bgcolor .quick-save .btn-right,.save-bgcolors .quick-save .btn-right,.save-phontnumb .quick-save .btn-right,.rest-bgcolor .do-you .btn-right,.set-tuisong .do-you2 .btn-right{
	float: right;
	width: 300px;
	height: 40px;
	margin-right: 20px;
}
.save-bgcolor .quick-save .add-new-tag{
	float: left;
	width: 220px;
	height: 20px;
	margin-left: 23px;
	color: #c86610;
	font-size: 16px;
	cursor: pointer;
	margin-top: 7px;
}
.save-bgcolor .quick-save .add-new-tag i{
	width:20px;
	height:20px;
	display: block;
	margin-right: 5px;
	float: left;
	background: url(../images/settings_icon_new.png) -53px -78px no-repeat;
}
.save-bgcolor .quick-save .add-new-tag:hover{
	color:#E07010;
}
.save-bgcolor .quick-save .add-new-tag:hover i{
	background: url(../images/settings_icon_new.png) -76px -78px no-repeat;
}
.save-bgcolor .quick-save .btn-right input,.save-bgcolors .quick-save .btn-right input,.save-phontnumb .quick-save .btn-right input,.rest-bgcolor .do-you .btn-right input,.set-tuisong .do-you2 .btn-right input{
	width: 120px;
	height: 40px;
	cursor: pointer;
	color: #f5f5f5;
	font-size: 16px;
	border-radius: 2px;
	border: none;
}
.save-bgcolor .quick-save .btn-right .yes-btn,.save-bgcolors .quick-save .btn-right .yes-btn,.save-phontnumb .quick-save .btn-right .yes-btn,.rest-bgcolor .do-you .btn-right .yes-btn,.set-tuisong .do-you2 .btn-right .yes-btn{
	float: left;
	background-color: #c86610;
}
.save-bgcolor .quick-save .btn-right .no-btn,.save-bgcolors .quick-save .btn-right .no-btn,.save-phontnumb .quick-save .btn-right .no-btn,.rest-bgcolor .do-you .btn-right .no-btn,.set-tuisong .do-you2 .btn-right .no-btn{
	float: right;
	background-color: #e9e9e9;
    color: #1a1a1a;
}
.save-bgcolor .quick-save .btn-right .yes-btn:hover,.save-bgcolors .quick-save .btn-right .yes-btn:hover,.save-phontnumb .quick-save .btn-right .yes-btn:hover,
.rest-bgcolor .do-you .btn-right .yes-btn:hover,.set-tuisong .do-you2 .btn-right .yes-btn:hover{
	background-color: #E07010;
}
.save-bgcolor .quick-save .btn-right .no-btn:hover,.save-bgcolors .quick-save .btn-right .no-btn:hover,.save-phontnumb .quick-save .btn-right .no-btn:hover,
.rest-bgcolor .do-you .btn-right .no-btn:hover,.set-tuisong .do-you2 .btn-right .no-btn:hover{
	background: #D4D4D4;
}
.photo-list-body .mod-photo-list .j-pl-btn{
	display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    width: 18px;
    height: 18px;
    cursor: pointer;
	border: 1px solid #99958a;
    background-color: #f5f5f5;
    z-index: 1;
}
.photo-list-body .mod-photo-list .j-pl-btn i{
	display: none;
	float: left;
	width: 14px;
	height: 10px;
	margin: 4px 2px;
	background: url(../images/home_superview.png) no-repeat -120px -49px;
}

/*鍦板浘寮规*/
#bg-color-picture,#add-camera-bg,#change_loc{
	position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
	color: #1A1A1A;
	font-size: 20px;
	background:rgba(0, 0, 0, 0.6);
}
#bg-color-picture .picture-size{
	position: relative;
    top: 30%;
	width: 600px;
	margin: auto;
	border-radius: 4px;
    background: rgba(255,255,255);
}
#change_loc .location_k{
	position: relative;
    top: 30%;
	width: 600px;
	margin: auto;
	border-radius: 4px;
    background: rgba(255,255,255);
}
#bg-color-picture .get-picture-title,.quick-save .quick-save_title,#change_loc .location_k .location_title{
	width: 560px;
	height: 56px;
	margin: auto;
	line-height: 56px;
	box-shadow: 0 2px 0 #C86610;
}
.quick-save .quick-save_title .quick_title{
	color:#1A1A1A;
	font-size:20px;
}
#bg-color-picture .get-picture-close,#change_loc .location_k .location_title .loc_close,.save-bgcolor .quick-save .quick-save_title .quick_close,.save-bgcolors .quick-save .quick-save_title .quick_close,.save-phontnumb .quick-save .quick-save_title .quick_close{
	float: right;
	width: 18px;
	height: 18px;
	cursor: pointer;
	margin-top: 20px;
	background: url(../images/home_icon_new.png) no-repeat -199px -293px;
}
#bg-color-picture .get-picture-cont{
	padding: 40px 20px 40px 58px;
	word-break: break-word;
}
#bg-color-picture .get-picture-cont2{
	display: none;
	padding: 40px 50px 40px 50px;
	word-break: break-word;
}
.bg-color-picture .get-picture-cont2{
	padding: 40px 50px 40px 50px;
	word-break: break-word;
}
#change_loc .location_k .location_cont{
	width:560px;
	margin:30px auto;
}
#change_loc .location_k .location_cont .cont{
	width: 550px;
	word-wrap: break-word;
	word-break: break-all;
	overflow: hidden;
	margin: 0px auto;
}
#change_loc .location_k .location_cont .tbox_location{
	width:538px;
	min-height:48px;
	border:1px solid #434343;
	background: none;
	color:#1A1A1A;
	font-size:20px;
	resize: none;
	outline:none;
	display: block;
	overflow-y: auto;
	padding:10px;
	vertical-align: middle;
}
.tbox_location::-webkit-scrollbar {
        width:6px;
        height:6px;
    }
   .tbox_location::-webkit-scrollbar-button    {
        background-color:#fff;
        height:0px;
    }
  .tbox_location::-webkit-scrollbar-track     {
        background:#fff;
    }
   .tbox_location::-webkit-scrollbar-track-piece {
       
    }
   .tbox_location::-webkit-scrollbar-thumb{
        border-top:1px solid #fff;
	   border-right:1px solid #fff;
	   border-bottom:1px solid #fff;
	   border-left:2px solid #fff;
	   border-radius:10px;
    }
   .tbox_location::-webkit-scrollbar-corner {
        background:#82AFFF;
    }
   .tbox_location::-webkit-scrollbar-resizer  {
        background:#FF0BEE;
    }
#bg-color-picture .get-picture-btn,#change_loc .location_k .location_btn{
	height: 40px;
	padding-bottom: 32px;
}
#bg-color-picture .get-picture-btn{
	width: 180px;
	height: 40px;
	font-size: 20px;
	color: #c86610;
	cursor: pointer;
	text-align: center;
	line-height: 40px;
	border-radius: 2px;
	margin: 0px 30px auto auto;
	text-indent: 22px;
	display: block;
}
#bg-color-picture .get-picture-btn a{
	text-indent: 0px;
}
#change_loc .location_k .location_btn .btn_change{
	width: 100px;
	height: 40px;
	font-size: 20px;
	color: #b25b0e;
	cursor: pointer;
	text-align: center;
	line-height: 40px;
	border-radius: 2px;
	margin: 0px 30px auto auto;
	display: block;
}
#change_loc .location_k .location_btn .btn_change em{
	float:left;
}
#change_loc .location_k .location_btn .btn_change i{
	margin-right:4px;
	float: left;
	width:18px;
	height:18px;
	display: block;
	background: url(../images/location_icon.png) -109px 0px no-repeat;
	margin-top:10px;
}
#change_loc .location_k .location_btn .btn_change:hover{
	color: #c86610;
}
#change_loc .location_k .location_btn .btn_change:hover i{
	background: url(../images/location_icon.png) -129px 0px no-repeat;
}
#bg-color-picture .get-picture-btn .picture-btn-right,#change_loc .location_k .location_btn .location_right{
	float: right;
	width: 300px;
	margin-right: 20px;
}
#bg-color-picture .get-picture-btn span,#change_loc .location_k .location_btn .location_right span{
	width: 120px;
	height: 40px;
	color: #f5f5f5;
	font-size: 16px;
	cursor: pointer;
	text-align: center;
	text-indent:0px;
    line-height: 40px;
    border-radius: 2px;
}
#bg-color-picture .get-picture-btn a.ok{
	width: 120px;
	height: 40px;
	color: #f5f5f5;
	font-size: 16px;
	cursor: pointer;
	text-align: center;
	text-indent:0px;
    line-height: 40px;
    border-radius: 2px;
    display: block;
    background: #C86110;
}
#bg-color-picture .get-picture-btn .OK-left,#change_loc .location_k .location_btn .location_right .OK-left{
	float: left;	
	background: #C86110;
}
#bg-color-picture .get-picture-btn a.ok:hover,#bg-color-picture .get-picture-btn .OK-left:hover,#change_loc .location_k .location_btn .location_right .OK-left:hover{
	background: #E07010;
}
#bg-color-picture .get-picture-btn .Cancel-right,#change_loc .location_k .location_btn .location_right .Cancel-right{
	float: right;
	color: #1A1A1A;
	background: #e9e9e9;
}
/*鍦板浘寮规缁撴潫*/

/*鍒嗛〉鎺т欢*/
#superview_pageToolbar{
	color:#f5f5f5;
	margin:30px auto;
position: relative;}
#superview_pageToolbar a{
	cursor: pointer;
	padding: 9px 12px;
	border: 1px solid #D7D7D7;
	margin-left:-1px;
	position: relative;
	background: #E9E9E9;
	color:#1A1A1A;
}

#superview_pageToolbar a.disable,#superview_pageToolbar a.disable em{
	color:#d6d6d6;
}
#superview_pageToolbar a.disable:hover,#superview_pageToolbar a.disable:hover em{
	color:#d6d6d6;
	background: #E9E9E9;
}
#superview_pageToolbar a.this,#superview_pageToolbar a:hover{
	padding: 9px 12px;
	border:1px solid #D7D7D7;
	background:#d4d4d4;
	color:#1A1A1A;
}
#superview_pageToolbar a.front{
	margin-right:10px;
}
#superview_pageToolbar a.next{
	margin-left:10px;
}
#superview_pageToolbar em{margin-left:10px;margin-right:10px;
	color:#1A1A1A;
}
#superview_pageToolbar input.pageinput{
	width:33px;
	height:32px;
	border: 1px solid #D7D7D7;
	background:#E9E9E9;
	color:#1A1A1A;
	font-size: 12px;
	text-align:center;
}

#mesnotice{
	display: none;
	width: 20px;
	height: 20px;
	
}

.advertispop{
		width:264px;
		height: 347px;
		display: block;
		position: fixed;
		left: 0px;
		bottom: 0px;
		z-index: 2;
		overflow: hidden;
		/*background: url(../images/pad/ad_bg.jpg);*/
	}
	.advertispop .cls{
		width: 16px;
		height: 16px;
		display: block;
		background: url(../images/pad/icon_close.png);
		top:10px;
		right: 10px;
		position: absolute;
		cursor: pointer;
		z-index: 2;
	}
	.advertispop .go{
		width:100px;
		height: 34px;
		line-height: 34px;
		text-align: center;
		color: #FFFFFF;
		display: block;
		background: #c86610;
		margin: 255px auto; 
		cursor: pointer;
		font-size:18px;
	}
	
.advertispop .img{width:99999px;position:absolute;left:0;top:0}
.advertispop .img li{float:left}
.advertispop .img img{width:264px;height:347px;}
.advertispop .num{position:absolute;width:100%;bottom:10px;left:0;text-align:center;font-size:0}
.advertispop .num li{width:6px;height:6px;background:#f0f0f0;border-radius:50%;border:1px solid #cfcfcf;display:inline-block;margin:0 5px;cursor:pointer}
.advertispop .num li.on{background:#f6bb85}


/*弹框*/
.bg-color-picture{
	position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
	color: #1A1A1A;
	font-size: 20px;
	background:rgba(0, 0, 0, 0.6);
}
.bg-color-picture .picture-size{
	position: relative;
    top: 25%;
	width: 600px;
	margin: auto;
	border-radius: 4px;
    background: #FFFFFF;
    color: #1A1A1A;
}
.bg-color-picture .get-picture-title{
	width: 560px;
	height: 56px;
	margin: auto;
	line-height: 56px;
	box-shadow: 0 2px 0 #C86610;
}
.bg-color-picture .get-picture-close{
	float: right;
	width: 24px;
	height: 24px;
	cursor: pointer;
	margin-top: 20px;
	background: url(../images/public_icon.png) no-repeat -173px -70px;
}
.bg-color-picture .get-picture-close:hover{
	background: url(../images/public_icon.png) no-repeat -173px -99px;
}
.bg-color-picture .get-picture-cont{
	padding:50px;
	text-align: center;
}
.bg-color-picture .get-picture-btn{
	width: 100%;
	height: 40px;
	font-size: 20px;
	color: #c86610;
	cursor: pointer;
	text-align: center;
	line-height: 40px;
	border-radius: 2px;
	margin: 0px 30px auto auto;
	text-indent: 22px;
	display: block;
	padding-bottom: 30px;
}
.bg-color-picture .get-picture-btn .anotice{
	float: left;
}
.bg-color-picture .get-picture-btn .anotice .actnotice{
	color: #b25b0e;
	font-size: 14px;
	display: inline-block;
	text-indent: 0px;
	cursor: pointer;
	margin-left:20px;
}
.bg-color-picture .get-picture-btn .anotice .actnotice i{
	width:14px;
	height: 14px;
	display: block;
	float: left;
	margin-top: 13px;
    margin-right: 3px;
	background: url(../images/home_icon_new.png) -377px -641px no-repeat;
}
.bg-color-picture .get-picture-btn .anotice .actnotice em{
	float: left;
}
.bg-color-picture .get-picture-btn .picture-btn-right{
	float: right;
	width: 300px;
	margin-right: 20px;
}
.bg-color-picture .get-picture-btn span{
	width: 120px;
	height: 40px;
	color: #f5f5f5;
	font-size: 16px;
	cursor: pointer;
	text-align: center;
	text-indent:0px;
    line-height: 40px;
    border-radius: 2px;
}
.bg-color-picture .get-picture-btn .OK-left{
	float: left;	
	background: #C86110;
}
.bg-color-picture a.ok:hover,.bg-color-picture .get-picture-btn .OK-left:hover{
	background: #E07010;
}
.bg-color-picture .get-picture-btn .Cancel-right{
	color: #1A1A1A;
	float: right;
	background: #E2E2E2;
}
.bg-color-picture .get-picture-btn .Cancel-right:hover{
	background: #d4d4d4;
}
.bg-color-picture .picture-btnone a.ok{
	width: 120px;
	height: 40px;
	color: #f5f5f5;
	font-size: 16px;
	cursor: pointer;
	text-align: center;
	text-indent:0px;
    line-height: 40px;
    border-radius: 2px;
    display: block;
    background:#C86110;
}
.bg-color-picture .picture-btnone a.ok:hover{
	background: #E07010;
}
.bg-color-picture .picture-btnone{
	width: 120px;
	height: 40px;
	display: block;
	margin:0px auto;
	padding-bottom:30px;
}
.bg-color-picture .info_cont{
	width:100%;
	margin:0px auto;
	height:70px;
	display: block;
	overflow: hidden;
	position: relative;
}
.bg-color-picture .info_cont .labe_txt{
	width: 350px;
	height: 38px;
	display: block;
	border: 1px solid #C9C8C8;
	background: none;
	margin: 10px auto 0px auto;
	font-size: 20px;
	color: #1A1A1A;
	padding-left: 10px;
	padding-right:10px;
}
.bg-color-picture .info_cont .tstxt{
	width:370px;
	font-size: 16px;
	height:20px;
	line-height: 20px;
	text-align: left;
	color:#999;
	text-indent: 2px;
	margin:0px auto;
}
.bg-color-picture .info_cont txt{
	color: #D5D4D4;
    position: absolute;
    width: 250px;
    height: 20px;
    display: block;
    font-size: 16px;
    margin-top: 19px;
    margin-left: 73px;
    text-align: left;
}

.bg-color-picture .switchlist{
	min-height: 40px;
	display: block;
	overflow: hidden;
	width:450px;
	margin:0px auto;
	text-align: left;
}

.bg-color-picture .switchlist li{
	position: relative;
    display: inline-block;
    padding: 0px 15px;
    border-radius: 4px;
    width: 100%;
    height: 82px;
    cursor: pointer;
}
.bg-color-picture .switchlist li .userinfo{
	border-radius: 6px;
    border: 2px solid #E9E9E9;
    width:390px;
    height: 66px;
    float: left;
    position: relative;
}
.bg-color-picture .switchlist li .userinfo .userapic{
	width:40px;
	height: 40px;
	display: block;
	float: left;
	margin-right: 12px;
	margin-top:13px;
	margin-left:12px;
	background: url(../images/icon_account.png) no-repeat;
}

.bg-color-picture .switchlist li#mainacc .userinfo .userapic{
	width:40px;
	height: 40px;
	display: block;
	float: left;
	margin-right: 12px;
	margin-top:13px;
	margin-left:12px;
	background: url(../images/icon_SVIPaccount.png) no-repeat;
}


.bg-color-picture .switchlist li .userinfo .usergapic{
	width:40px;
	height: 40px;
	display: block;
	float: left;
	margin-right: 12px;
	margin-top:13px;
	margin-left:12px;
	background: url(../images/icon_account.png) no-repeat;
}
.bg-color-picture .switchlist li .userinfo .addpic{
	width:34px;
	height: 34px;
	display: block;
	float: left;
	margin-right: 12px;
	margin-top:15px;
	margin-left:12px;
	border-radius: 50px;
	line-height: 48px;
	font-size: 36px;
	text-align: center;
	background: url(../images/icon_swadd.png) no-repeat;
}
.bg-color-picture .switchlist li .userinfo .right{
	float: left;
}
.bg-color-picture .switchlist li .userinfo .right .name{
	margin-top:15px;
	font-size: 18px;
}
.bg-color-picture .switchlist li .userinfo .right .gname{
	line-height: 66px;
	font-size: 18px;
}
.bg-color-picture .switchlist li .userinfo .right .addtxt{
	font-size: 18px;
	line-height: 66px;
}
.bg-color-picture .switchlist li .userinfo .right .email{
	font-size: 12px;
}
.bg-color-picture .switchlist li .del{
	width: 22px;
	height: 24px;
	display: block;
	background: gray;
	float: left;
	margin-left: 20px;
	margin-top: 22px;
	background:url(../images/icon_delete_n.png) no-repeat;
}
.bg-color-picture .switchlist li .del:hover{
	background:url(../images/icon_delete_per.png) no-repeat;
}
.bg-color-picture .switchlist li.current .userinfo{
	height: 66px;
	border: 2px solid #c86610;
}
.bg-color-picture .switchlist li .userinfo:hover{
	border: 2px solid #c86610;
}
.bg-color-picture .switchlist li .icon-bottom{
	display: none;
	position: absolute;
    bottom: 0px;
    right: 0px;
    width: 19px;
    height: 19px;
    cursor: pointer;
    background: url(../images/home_icon_new.png) no-repeat -2px -465px;
}
.bg-color-picture .switchlist li.current .icon-bottom{
	display: block;
}
.bg-color-picture .switchacclist{
	min-height: 40px;
	display: block;
	overflow: hidden;
	width:450px;
	margin:0px auto;
	text-align: left;
}
.bg-color-picture .switchacclist li{
	width:370px;
	min-height: 60px;
	margin:0px auto;
}

.bg-color-picture .switchacclist li input{
	display: block;
	width: 362px;
    height: 38px;
    color: #1A1A1A;
    font-size: 14px;
    background: 0 0;
    padding-left: 8px;
    border-radius: 2px;
    border: 1px solid #C9C8C8;
}
/*.bg-color-picture .switchacclist li input::placeholder{
	color:#a4a3a3
}*/
.bg-color-picture .switchacclist li input:hover{
	border:1px solid #c86610;
}
.bg-color-picture .switchacclist li .wrinfo{
	color:#E51717;
	min-height: 17px;
	font-size: 12px;
	margin-top:3px;
}


.advertisementai{
	width:356px;
	height: 88px;
	float: left;
	margin-left:2.0%;
	overflow: hidden;
	display: none;
	position: relative;
}
.advertisementai img{
	width:356px;
	height: 88px;
}
.advertisementai i{
	width:12px;
	height: 11px;
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 2;
	color: #5d63ac;
	cursor: pointer;
	font-style: normal;
}
/*.advertisementai a{
	cursor: url('../images/ai/icon_mouse.png'), auto;
}*/
#navigation-list li.settings{
	position: relative;
}
#navigation-list li.settings i{
	width: 16px;
	height: 16px;
	display: block;
	float:left;
	margin-top:25px;
	background: url(../images/ai/icon_new.png) no-repeat;
}
#navigation-list li.settings.disabled i{
	background: url(../images/ai/icon_new_dis.png) no-repeat;
}
#navigation-list li.superview{
	position: relative;
}
#navigation-list li.superview i{
	width: 20px;
    height: 16px;
    display: block;
    float: left;
    margin-top: 25px;
	background: url(../images/ai/icon_ai.png) no-repeat;
}
#navigation-list li.superview.disabled i{
	background: url(../images/ai/icon_ai_dis.png) no-repeat;
}
#navigation-list li.disabled a{
	color: #B3B3B3;
}
.save-bgcolor .quick-save .quick-label .selectitem-list,.save-bgcolors .quick-save .quick-label .selectitem-list{
	margin: 0px 20px 0px 20px;
	float: left;
	min-height: 1px;
}
.save-bgcolor .quick-save .quick-label .selectitem-list li,.save-bgcolors .quick-save .quick-label .selectitem-list li{
	position: relative;
	float: left;
	cursor: pointer;
	border-radius: 2px;
	border: 1px solid #C9C8C8;
	margin: 0px 0 10px 16px;
}
.save-bgcolor .quick-save .quick-label .selectitem-list li .qc-label,.save-bgcolors .quick-save .quick-label .selectitem-list li .qc-label{
	float: left;
	color: #1a1a1a;
	font-size: 14px;
	border: none;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
.save-bgcolor .quick-save .quick-label .selectitem-list li .qc-i,.save-bgcolors .quick-save .quick-label .selectitem-list li .qc-i{
	display: none;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 19px;
	height: 19px;
	background: url(../images/settings_icon.png) no-repeat -1px -36px;
}
.save-bgcolor .quick-save .quick-label .selectitem-list li.current,.save-bgcolors .quick-save .quick-label .selectitem-list li.current{
	border: 1px solid #C86110;
}

.save-bgcolor .quick-save .quick-label .selectitem-list li.current .qc-i,.save-bgcolors .quick-save .quick-label .selectitem-list li.current .qc-i{
	display: block;
}
.save-bgcolor .quick-save,.save-bgcolors .quick-save{
	padding-bottom: 34px;
}
@media screen and (max-width:1745px){
	#logo{
		margin-left: 15px;
		margin-right: 20px;
	}
	#navigation-list li{
		padding-left: 18px;
		padding-right: 18px;
	}
	.advertisementai{
		margin-left: 5px;
	}
	#header .top-right{
		margin-right: 16px;
	}
	.current-user .uname{
		margin-right: 35px;
	}
	.information-bar .service-support{
		margin-right: 0px;
	}
}
@media screen and (max-width:1550px){
	#logo{
		margin-left: 10px;
		margin-right: 10px;
	}
	#navigation-list li{
		padding-left: 15px;
		padding-right: 15px;
	}
	.advertisementai{
		margin-left: 5px;
	}
	#header .top-right{
		margin-right: 6px;
	}
	.current-user .uname{
		margin-right: 25px;
	}
	.information-bar .service-support{
		margin-right: 0px;
	}
}
