ï»¿/* :before { */
	/* -webkit-box-sizing: border-box; */
	/* box-sizing: border-box */
/* } */

/* html { */
	/* -ms-text-size-adjust: 100%; */
	/* -webkit-text-size-adjust: 100% */
/* } */

/* a { */
	/* background-color: transparent */
/* } */

/* ins { */
	/* text-decoration: none */
/* } */

/* body { */
	/* position: relative; */
	/* background: #fff; */
	/* font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", FontAwesome, sans-serif; */
	/* font-weight: 400; */
	/* line-height: 1.6; */
	/* color: #333; */
	/* font-size: 1.6rem */
/* } */

/* html { */
	/* font-size: 10px; */
	/* -webkit-tap-highlight-color: rgba(0, 0, 0, 0) */
/* } */

/* textarea { */
	/* text-rendering: optimizeLegibility; */
	/* -webkit-font-smoothing: antialiased; */
	/* -moz-osx-font-smoothing: grayscale; */
	/* -moz-font-feature-settings: "liga", "kern" */
/* } */


/* @media only screen and (max-width:640px) { */
	/* body { */
		/* word-wrap: break-word; */
		/* -webkit-hyphens: auto; */
		/* -ms-hyphens: auto; */
		/* -moz-hyphens: auto; */
		/* hyphens: auto */
	/* } */
/* } */

/* a { */
	/* color: #444 */
/* } */

/* ul { */
	/* margin: 0 0 1.6rem 0 */
/* } */


#vmodel_say .am-modal-hd .guan {
            font-size: 25px;
            <!-- color: #74c5ca; -->
            top: 6px;
            right: 10px;
            position: absolute;
        }

        #vmodel_say .am-modal-bd .jixu {
            display: block;
            border: 1px solid #74c5ca;
            width: 115px;
            margin: 0 auto;
            margin-top: 50px;
            line-height: 42px;
            height: 42px;
            border-radius: 14px;
            color: #74c5ca;
        }

        #vmodel_say .am-modal-bd {
            color: #74c5ca;
        }

            #vmodel_say .am-modal-bd .pt1 {
                font-size: 32px;
                margin: 30px auto 30px auto;
            }

            #vmodel_say .am-modal-bd .pt2 {
                font-size: 16px;
                margin: 6px auto;
                font-weight: bold;
            }









.am-close {
	display: inline-block;
	text-align: center;
	width: 24px;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2;
	-webkit-transition: all .3s;
	transition: all .3s
}





.am-modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1111;
	display: none;
	opacity: 0;
	outline: 0;
	text-align: center;
	-webkit-transform: scale(1.185);
	-ms-transform: scale(1.185);
	transform: scale(1.185);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px
}

.am-modal:focus {
	outline: 0
}

.am-modal.am-modal-active {
	opacity: 1;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	overflow-x: hidden;
	overflow-y: auto
}

.am-modal.am-modal-out {
	opacity: 0;
	z-index: 1109;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transform: scale(.815);
	-ms-transform: scale(.815);
	transform: scale(.815)
}

.am-modal:before {
	content: "\200B";
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.am-modal-dialog {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
	width: 270px;
	max-width: 100%;
	border-radius: 0;
	background: #fff
}

@media only screen and (min-width:641px) {
	.am-modal-dialog {
		width: 540px
	}
}

.am-modal-hd {
	padding: 15px 10px 5px 10px;
	font-size: 1.8rem;
	font-weight: 500
}

.am-modal-hd+.am-modal-bd {
	padding-top: 0
}

.am-modal-hd .am-close {
	position: absolute;
	top: 10px;
	right: 4px
}

.am-modal-bd {
	padding: 15px 10px;
	text-align: center;
	border-bottom: 1px solid #dedede;
	border-radius: 2px 2px 0 0
}

.am-modal-bd+.am-modal-bd {
	margin-top: 5px
}

.am-modal-prompt-input {
	display: block;
	margin: 5px auto 0 auto;
	border-radius: 0;
	padding: 5px;
	line-height: 1.8rem;
	width: 80%;
	border: 1px solid #dedede;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none
}

.am-modal-prompt-input:focus {
	outline: 0;
	border-color: #d6d6d6
}

.am-modal-footer {
	height: 44px;
	overflow: hidden;
	display: table;
	width: 100%;
	border-collapse: collapse
}

.am-modal-btn {
	display: table-cell !important;
	padding: 0 5px;
	height: 44px;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
	font-size: 1.6rem;
	line-height: 44px;
	text-align: center;
	color: #0e90d2;
	display: block;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	border-right: 1px solid #dedede
}

.am-modal-btn:first-child {
	border-radius: 0
}

.am-modal-btn:last-child {
	border-right: none;
	border-radius: 0
}

.am-modal-btn:first-child:last-child {
	border-radius: 0
}

.am-modal-btn.am-modal-btn-bold {
	font-weight: 500
}

.am-modal-btn:active {
	background: #d4d4d4
}

.am-modal-btn+.am-modal-btn {
	border-left: 1px solid #dedede
}

.am-modal-no-btn .am-modal-dialog {
	border-radius: 0;
	border-bottom: none
}

.am-modal-no-btn .am-modal-bd {
	border-bottom: none
}



.am-dimmer-active {
	overflow: hidden
}

.am-dimmer {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	z-index: 1100;
	opacity: 0
}

.am-dimmer.am-active {
	opacity: 1
}


@media (max-width:1100px){



.am-modal-no-btn .am-modal-dialog {
	top: 0%;
    width: 25.4rem !important;
    height: auto !important;
}
	
	
.pt1{
 font-size: 25px !important 
}		
	
.pt2{
 font-size: 15px !important ;
     font-weight: initial !important;
    margin: 0px auto !important
}
	
#vmodel_say .am-modal-bd .jixu {
    margin-top: 28px !important
}	

.am-modal-bd {
    padding: 15px 30px
}

.am-dimmer {
	z-index: 1110;
}
	
}

<!--ºÄÊ±1766234644.8647Ãë-->