﻿@charset "utf-8";
/* CSS Document */
.abroad {
	text-align:center;
	column-count:auto;
	width:90%;
	height:600px;
	position:relative;
	margin:0 auto;
	white-space:nowrap;
	
	max-width:500px;
}
.abroad-top{
	height:65px;
	border-bottom-color:#0F0;
	border-bottom-style:groove;
	border-bottom-width:1px;
	width:100%;
	}
.icon-phone{

	position: absolute;left: -30;z-index:5;
	
	background-image: url(../image/uisee.png); /*引入图片图片*/
	
	background-repeat: no-repeat; /*设置图片不重复*/
	
	background-position: -15px -67px; /*图片显示的位置*/
	
	width: 30px; /*设置图片显示的宽*/
	
	height: 30px; /*图片显示的高*/
	margin-left:1%; margin-top:47px;

}
.phonesms{

	position: absolute;left: -30;z-index:5;
	
	background-image: url(../image/uisee.png); /*引入图片图片*/
	
	background-repeat: no-repeat; /*设置图片不重复*/
	
	
	
	width: 30px; /*设置图片显示的宽*/
	
	height: 30px; /*图片显示的高*/
	
	margin-top:47px;

}
.phone-yes {
    margin-left:96%;
    background-position: -15px -15px; /*图片显示的位置*/
}
.phone-no {
    margin-left:96%;
    background-position: -58px -15px; /*图片显示的位置*/
}
.phone-sms-yes {
    margin-left:68%;
    background-position: -15px -15px; /*图片显示的位置*/
}
.phone-sms-no {
    margin-left:68%;
    background-position: -58px -15px; /*图片显示的位置*/
}
.icon-msg{

	position: absolute;left: -30;z-index:5;
	
	background-image: url(../image/uisee.png); /*引入图片图片*/
	
	background-repeat: no-repeat; /*设置图片不重复*/
	
	background-position: -58px -65px; /*图片显示的位置*/
	
	width: 30px; /*设置图片显示的宽*/
	
	height: 30px; /*图片显示的高*/
	margin-left:1%;
	margin-top:47px;
	
	
}
input{
	
	margin-top:40px;
	outline-color:#0C6;
	border-style:double;
	border-color:#0F0;
	border-width:1px;
	}
.txtName{
	width:100%;
	height:40px;
	text-indent:40px;
	}
.txtMsg{
	width:72%;
	height:40px;
	text-indent:40px;
	}
.btnMsg{
	margin-top:20px;
	width:27%;
	height:40px;
	margin-right:0 auto;
	background-color:#CCC;
	}
.title{
	margin-top:50px;
	padding-left:1px;
	}
.btnSub{
	margin-top:40px;
	width:100%;
	height:40px;
	background-color:#0F0;
	border-width:0px;
	color:#FFF;
	}
h3{
	font-weight:bold;
	color:#666;
	
	}
.wangji{
	margin-top:40px;
	}
.lblphonesms{
	position: absolute;left: -30;z-index:5;
	margin-left:10px;
	margin-top:10px;
	font-size:12px;
	color:#F00;
	
	}

