li{list-style: none;}

::-webkit-input-placeholder {
  color: #6f6f6f;
}
:-moz-placeholder {/* Firefox 18- */
  color: #6f6f6f;
}
::-moz-placeholder{/* Firefox 19+ */
 color: #6f6f6f;
}
:-ms-input-placeholder {
  color: #6f6f6f;
}
.container textarea{
	font-family:arial;
}

.inside-page-title {
    width: 100%;
    text-align: center;
}
.inside-page-title .title {
    color: #2d2d2d;
    font-size:16px;
    font-weight: bold;
	margin-bottom:20px;
}
.inside-page-title p {
    color: #429acf;
    font-size: 2.93333vw;
    line-height: 4.8vw;
	margin-bottom:20px;
}
.conmentform-wrap {
    width: 85%;
    margin: 0 auto;
	overflow:hidden;
    /* padding-top: 4.26666vw; */
}
.conmentform-ul {
	padding:0;	
    width: 100%;
}

    .conmentform-ul li {
        width: 100%;
        margin-bottom: 2.66666vw;
    }
    .conment-fm-item {
    width: 100%;
    position: relative;
}

    .conment-fm-item .icon {
        position: absolute;
        width: 4.26666vw;
        height: 3.73333vw;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 2.66666vw;
    }

        .conment-fm-item .icon:after, .conment-fm-item .icon:before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            -webkit-transition: all 0.6s ease-in-out;
            -o-transition: all 0.6s ease-in-out;
            -moz-transition: all 0.6s ease-in-out;
            transition: all 0.6s ease-in-out;
            overflow: hidden;
            background-repeat: no-repeat;
            background-position: center center;
            -o-background-size: cover;
            background-size: cover;
        }

.conment-fm-input {
    width: 100%;
    display: block;
    height: 40px;
    line-height: 40px;
    text-indent: 1em;
    border: 0.13333vw solid #dcdcdc !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    font-size: 14px;
    padding-right: 0vw;
}

    .conment-fm-input:focus {
        border-color: #f79e1f !important;
        -webkit-box-shadow: 0 0 2px 2px #f2f2f2;
        box-shadow: 0 0 2px 2px #f2f2f2;
    }

        .conment-fm-input:focus + .icon:after {
            opacity: 1;
        }

        .conment-fm-input:focus + .icon:before {
            opacity: 0;
        }

.conment-fm-textarea {
    width: 95%;
	padding:12px 12px 0;
    display: block;
    border: 0.13333vw solid #dcdcdc !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    font-size: 14px;
    height: 120px;
    line-height: 18px;
	resize:none;
}

    .conment-fm-textarea:focus {
        border-color: #f79e1f !important;
        -webkit-box-shadow: 0 0 2px 2px #f2f2f2;
        box-shadow: 0 0 2px 2px #f2f2f2;
    }

    .conment-fm-textarea + .icon {
        top: 2.66666vw;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .conment-fm-textarea:focus + .icon:after {
        opacity: 1;
    }

    .conment-fm-textarea:focus + .icon:before {
        opacity: 0;
    }

.conment-fm-button {
    text-align: center;
}

.formsend-button, .formsend-reset {
    display: inline-block;
    vertical-align: top;
    line-height: 40px;
    height: 40px;
    font-size: 12px;
    padding: 0 60px;
    border: none;
    outline: none;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    color: #fff;
}

.formsend-button {
    background-color: #52b62f;
}

.formsend-reset {
    background-color: #afc9d3;
}


<!--弹出窗-->
.layer{
	height: 100vh;
	width:100vw;
	background-color: rgba(0,0,0,0.5);
	position: fixed;
	z-index: 99999;
}
.alert-window{
	width: 100%;
	max-width: 640px;
	position: fixed;
	top: 35%;
	z-index: 998;
	opacity: 1;
	text-align: center;
}
.alert-window .container{
	width: 90%;
	margin: 0 auto;
	position: relative;
	background: #ffffff;
	border-radius: 5px;
	box-shadow: 0px 0px 0px 2px #fff;
	z-index: 999;
}
.alert-window .container p{
	font-size: 14px;
	padding: 10px 0;
}
.alert-window .container a{
	color: #52c2f2;
}
/* remove ios default input style */
input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}
textarea {  -webkit-appearance: none;}