@charset "utf-8";

/* CSS reset*/
/*html {*/
/*-webkit-text-size-adjust: 100%; *//*可以调整字体大小小于12px*/
/*height:100%;*/
/*overflow-x:hidden;*/
/*color: #444;*/
/*font: 14px/24px Helvetica,Arial,sans-serif !important;*/
/*}*/
/*body {*/
/*-webkit-box-sizing: border-box; *//* Safari/Chrome, other WebKit */
/*-moz-box-sizing: border-box;    *//* Firefox, other Gecko */
/*box-sizing: border-box;         *//* Opera/IE 8+ */
/*position:relative; z-index:0; width:100%; max-width:640px; min-height:100%; margin:0 auto; overflow-x:hidden; box-shadow:0 0 10px rgba(0,0,0,0.3);}*/
/*div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button { margin:0; padding:0; outline:none;}*/
/*article,aside,details,figcaption,figure,footer,header,menu,nav,section { display:block; margin:0; padding:0;}*/
/*audio,canvas,video,progress { display:inline-block; vertical-align:baseline;}*/
/*input,button,select,textarea { font-size:100%; color:#636363; outline:none; -webkit-appearance:none; border-radius:0;}*/
/*textarea { resize:none;}*/

/*fieldset,img { border:0;}*/
/*iframe { display:block;}*/
/*abbr,acronym { border:0; font-variant:normal;}*/
/*del { text-decoration:line-through;}*/
/*address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal;}*/
/*ol,ul { list-style:none;}*/
/*caption,th { text-align:left;}*/
/*h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal;}*/
/*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;}*/
/*a { text-decoration:none; color:#8dabbb;}*/
/*a:active,a:focus { outline:none; color:#8dabbb;}*/

/*input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color:#9ea3ab !important; word-wrap:break-word; word-break:break-all;}*/
/*input:-moz-placeholder, textarea:-moz-placeholder { color:#9ea3ab !important; word-wrap:break-word; word-break:break-all;}*/
/*input:-ms-input-placeholder, textarea:-ms-input-placeholder { color:#9ea3ab !important; word-wrap:break-word; word-break:break-all;}*/
*{
    padding: 0;
    margin: 0;
    -webkit-touch-callout: none; /* jin zhi tan chu fuzhi shenma de*/
    -webkit-text-size-adjust: none; /* wenben de chicun chong ding */
    -webkit-tap-highlight-color: rgba(0,0,0,0); /* lianjie de lanse yinying */
    -webkit-user-select: none; /* yonghu xuanzhong zhuangtai qingchu*/
    touch-callout : none ;
}
a{
    -webkit-touch-callout: none;
    text-decoration: none;
}
a:link{
    color: #fff;
}
img{
    border: 0;
    -webkit-touch-callout: none; /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust: none; /* prevent webkit from resizing text to fit */
    -webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
    -webkit-user-select: none; /* prevent copy paste, to allow, change 'none' to 'text' */
    touch-callout : none ;
}
ul li{
    list-style: none;
}
body{
    font-size: 12px;
    font-family: "Microsoft Yahei", Tahoma, Geneva;
    -webkit-user-select: none;   /* 禁止选中文本（如无文本选中需求，此为必选项） */
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #f7f7f7;
}
body.disable-default-action
{
    -webkit-touch-callout:none ;
    -webkit-user-select:none ;
}


.money{
	position:relative;
	overflow:hidden;min-height:2.667em;
	line-height:3em;padding:0 0.889em;
	background:#fff;
	border:1px solid #d0d0d0;
	/*margin-bottom:-1px;*/
	font-size: 14px;}
.c1{margin:0.286em 0 0.571em;border-radius:0.556em;font-size: 12px;}	
.key{float:left;}
.value{color:#2488d4;float:right;}
.input{font-size:0.9em;padding:0.333em;width:11.8em;height:1.458em;background:#fff;border:1px solid #c7c6c6;border-radius:0.208em;box-shadow:inset 0 0 0.4em #c7c6c6;}
.wrap{padding:0.6em;}

.title{
    border-left: 2px solid #d95485;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding-left: 20px;
    background: #f8f8f8;
}
.note{
    line-height: 30px;
    text-align: center;
    color: #fb37a1;
    padding: 0 20px;
    margin-top: 20px;
}
.content{
    margin-top: 40px;
    padding: 0 20px;
}
.content li{
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    height: 50px;
    line-height: 50px;
}
.content li span{
    color: #999999;
    margin-right: 10px;
    float: left;
    font-size: 15px;
}
.selectbox{
    display: block;
    float: left;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 150px;
    margin-top: 9px;
    color: #d2d2d2;
    position: relative;
    background: url("../images/selectdown.png") no-repeat 100px center;
}
.selectbox div{
    position: absolute;
    left: -1px;
    top: 95%;
    border: 1px solid #d2d2d2;
    z-index: 10;
    background: #fff;
    width: 150px;
    text-align: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: none;
}
.selectbox div a{
    display: block;
    cursor: pointer;
    border-bottom: 1px solid #d2d2d2;
}
.selectbox div a:last-child{
    border-bottom: 0;
}

/*.content li input{*/
    /*display: none;*/
/*}*/
.choiseimg{
    /*background: #007aff;*/
    /*display: block;*/
    color: #007aff;
    float: left;
    width: 200px;
    height: 25px;
    font-size: 15px;
    margin-top: 14px;
    border-radius: 5px;
}

.gobut{
    margin-top: 40px;
}
.gobut a{
    display: block;
    height: 40px;
    width: 100px;
    margin: 0 auto;
    line-height: 40px;
    border-radius: 5px;
    background: #cc0000;
    color: #fff;
    text-align: center;
    font-size: 14px;
}
.getlist{
    padding: 20px;
}
.getlist ul{
    border: 1px solid #fff;
    border-radius: 5px;
}
.getlist ul li{
    padding: 0 10px;
    line-height: 40px;
    border-bottom: 1px solid #fff
}
.getlist ul li:last-child{
    border-bottom: 0;
}
.getlist ul li span{
    color: #999;
}
.getlist ul li b{
    margin-left: 20px;
}
.filename{
    display: none;
}